febinrev / my_encryption

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!

About

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


Languages

Language:Python 100.0%