Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:59
f994303

ChaoticEncryption v0.1.0

NOTE: Most of the additions/changes were made directly to the master branch (i.e. not through a PR), hence, most of the changes won't have a PR associated with them. This will change in the next versions of ChaoticEncryption.jl!

Features

  • Implemented the Logistic Map Pseudo-Random Number Generator (@Saransh-cpp)
  • Implemented the Lorenz System of Differential Equations Pseudo-Random Number Generator (@Saransh-cpp)
  • Implemented the substitution encryption and decryption algorithm (@Saransh-cpp)
  • Now the encryption and decryption functions will return the encrypted image (#11, @Saransh-cpp)
  • Allow users to pass a loaded image instead of image's path (#19, @Saransh-cpp)

Bug fixes

Documentation

CI

Misc