BazCryptLIB Cellular Automata Encryption Algorithm C++ Library

bazmus(44)
Published in
#crypto
Words
156
Reading
1 min
Listen
Play
9y

Hello everyone,
I was working on my encryption algorithm for the past year and now I have decided to implement a simple library (which is the reasonable thing to do) that takes in the required inputs for the algorithm and returns the encrypted/decrypted string.

I made a post 3 months ago on steemit for the general use of the algorithm here : https://steemit.com/crypto/@bazmus/cellular-automata-data-encryption-open-source-free-to-use

I have also discussed implementation for the general use on reddit 3 weeks ago here: https://redd.it/77ik90

Read my paper here for technical details(go to section 7) : https://drive.google.com/open?id=0B5lN3LcYFyuTaG15SHl4S1V1UlE

Presentation here : https://drive.google.com/open?id=0B5lN3LcYFyuTRmlBck1jZ0llRHM
It is important to note that some NIST tests are already implemented within the algorithm and consistently checking the encryption whether it meets the cryptographic requirements.

Visit GitHub for the library:
https://github.com/karusb/BazCryptLIB/releases/tag/1.0.0

Visit GitHub for the implementation of text data encryption:
https://github.com/karusb/1DCAEncryption/releases

Output
Please let me know what you think. Suggestions?
Please do test the algorithm and report any flaws you find or how to improve the system.

BazCryptLIB Cellular Automata Encryption Algorithm C++ Library | Ecency