Skip to content

delvinru/camellia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camellia cipher

Based on https://datatracker.ietf.org/doc/html/rfc3713.

Build

git clone https://github.com/delvinru/camellia.git
make

Usage

Usage: ./camellia [-ed] [-hv] {-f <file>} [-k <key>] [-l <key_length>] [-o <file>]
-e (--encrypt): encrypt data
-d (--decrypt): decrypt data
-f (--file): input filename
-k (--key): key file for encryption/decryption
-l (--key-len): the length of the key to pad
-o (--output): output filename or use default with postfix '.enc'
-h (--help): show this help page

About

Camellia cipher cpp implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published