Release 2.0.6 - 2022-08-23
- Reduced code column to less than 80 characters according to PEP8
Release 2.0.5 - 2022-06-04
- Patches
- Added a defined exception error for encoding and decoding functions
Release 2.0.4 - 2022-04-16
- Patches
Release 2.0.3 - 2022-04-16
- Minor patch updates
Release 2.0.2 - 2022-04-11
- Minor patch updates
Release 2.0.1 - 2022-04-11
- Minor patch updates
Release 2.0.0 - 2022-04-11
- 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.
Release 1.0.1 - 2021-08-21
- Corrected minor sentence.
Release 1.0.0 - 2021-08-16
- 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.