/xcrypt

Primary LanguagePHP

xcrypt

A simple encryption algorithm i made.

To try

Requirement

  • PHP >= 7.2

Clone repo

git clone https://github.com/

Run on terminal

php index.php

NOTE

This is just a pratice code and not to be used as any form of data encryption in a live project as it is not secure and highly verunable to treat.

This project is for the purpose of learning coding fundamental and to see how basic data encryption works.

If yoy are looking for data encryption/hashing you can use some of php inbuilt functions like