Releases: princenyeche/mistyfy
Releases · princenyeche/mistyfy
v2.0.6
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v2.0.0
Major #1
- Modified the entire module
- Added readthedocs page
- Renamed
algo.py
file tomisty.py
file - Made the output from
encode
anddecode
function to be strings. This way, the result can be
easily stored into a database table. - Added a key word argument to
encode
function calledexpire
- which helps with adding a timestamp to
invalidate the decoding function.
v1.0.1
Minor
- Corrected minor sentence.
v1.0.0
Encryption in your own hands 👍
- Mistyfy is a simple algorithm that incorporates other known or popular encryption standards such as base64 and blake2b.
- Mistyfy creates a unique ciphers using number and interchanges ascii characters to a specific number.
- You can be able to use your own unique cipher or create a new cipher using dictionaries for each characters.