C++ library that represents new encryption method. It uses permutations to encrypt or decrypt some data.
I've added pretty simple example of encoder that uses mentioned library.
Examle: source file - text.txt, encoded file - encoded.txt, permutation - 13562487
$ ./encoder text.txt encoded.txt 13562487 -for permutation of 8 elements
or
$ ./encoder text.txt encoded.txt "1 3 5 6 2 4 8 7" -general case, permutation of n elements(n must be divided by 2)
-
Notifications
You must be signed in to change notification settings - Fork 2
ximerus/crypt_perm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ library that represents new encryption method. It uses permutations to encrypt or decrypt some data
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published