/VIC-Cipher

An implementation of the VIC cipher in C

Primary LanguageCOtherNOASSERTION

An implementation of the VIC cipher in C

A course project to be submitted as a part of the Cryptography course at NITK Surathkal.

As of now, only the encoder is funtional. After unzipping the repository, run 'make' and then ./vic-cipher, wich will produce a result for the default values. Try ./vic-cipher -h for more options.

-Arunesh Mathur