/Columnar-Transposition-Cipher-CryptoSystem

Implementation of Columnar Transposition Cipher (Block Cipher) in C.

Primary LanguageCOtherNOASSERTION

Column-Cipher-Data-Security-via-Encryption-

This is an implementation of Column Cipher, where data is encrypted/decrypted by arranging a 2d matrix array. Pure C implementation, uses my custom made data structures (Linked List).

License

Creative Commons License
This software is licensed under a Creative Commons Attribution 4.0 International License.