Skip to content

Releases: princenyeche/mistyfy

v2.0.6

23 Aug 10:24
a2fb801
Compare
Choose a tag to compare

Update #6

  • Reduced code column to less than 80 characters according to PEP8

v2.0.5

04 Jun 11:47
eb6edf5
Compare
Choose a tag to compare

Patch #5

  • Added a defined exception error for encoding and decoding functions
  • Patches update

v2.0.4

16 Apr 06:02
008f92e
Compare
Choose a tag to compare

Patch #3 #4

  • Added ciphers.__doc__ in v2.0.3 and removed it in v2.0.4 as it was incompatible
  • Minor patches
  • Documentation correction.

v2.0.2

11 Apr 00:41
eec2cb9
Compare
Choose a tag to compare

Patch #3

  • Minor code changes. Added expire as new argument to encode function

v2.0.1

10 Apr 23:32
0bf91e2
Compare
Choose a tag to compare

Patch #2

  • readthedocs documentation corrections
  • Codacy security check

v2.0.0

10 Apr 23:10
0bf91e2
Compare
Choose a tag to compare

Major #1

  • Modified the entire module
  • Added readthedocs page
  • Renamed algo.py file to misty.py file
  • Made the output from encode and decode function to be strings. This way, the result can be
    easily stored into a database table.
  • Added a key word argument to encode function called expire - which helps with adding a timestamp to
    invalidate the decoding function.

v1.0.1

21 Aug 07:21
bcbc778
Compare
Choose a tag to compare

Minor

  • Corrected minor sentence.

v1.0.0

16 Aug 18:15
45e238c
Compare
Choose a tag to compare

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.