/my_encryption

This Repository contains my own text encryption algorithm and My own custom HASH algorithm.

Primary LanguagePython

My Encryption

FR ENCRYPTION & HASHING ALGORITHMS

This Repository contains my own text encryption algorithm and My own custom HASH algorithm.


FR_HASH:

This is a strong and simple hash algorithm created by me, it creates 52 bit hash for your passwords in english text


1) open console
2) ./fr_hash.py <password>
or
3) python3 fr_hash.py <password>

FR_ENCRYPTION:


1) open console
2.) python3 fr_encryption.py

Cryptography is an art, Encryption is Fun!!