Skip to content

Releases: mqxym/EmojiCrypt

1.1.0

26 Apr 14:15
e0e7030
Compare
Choose a tag to compare

🌈 EmojiCrypt 1.1.0

This is the first minor release.

This release includes

  • The key hash algorithm outputs now 3 different keys with a 15 hash round difference
  • The 3 encryption algorithms now use the different, distant keys for encryption
  • When hashing, it now adds a multiplied counter each round into the returnHash function
  • All in all, it's now even harder to crack the keys

1.0.0

26 Apr 14:05
1445257
Compare
Choose a tag to compare

🌈 EmojiCrypt 1.0.0

This is the first major release.

This release includes

  • Encrypts text to emojis with or without a key
  • Encryption with 3 chained algorithms (AES, Blowfish, XOR)
  • Key hashing algorithm
  • Generate and save keys in the browser
  • Change the encrypted output to base64 or hexadecimal