An open API service indexing awesome lists of open source software.

https://github.com/rokatyy/skitala

skitala encoder/decoder (in progress)
https://github.com/rokatyy/skitala

crypto cryptography encoder-decoder skitala

Last synced: 16 days ago
JSON representation

skitala encoder/decoder (in progress)

Awesome Lists containing this project

README

          

# skitala
Attack option not finished yet.
USAGE:
encoding: -e -f -n

decoding: -d -f -n

attack: -a -f -n -m

For example:
=================================================================
for encoding text from file: ./skitala_shifr -e -f 1.txt -n 3
for decoding text from file: ./skitala_shifr -d -f 1.txt -n 3
for encoding text from string: ./skitala_shifr -e "Hello" -n 3
for decoding text from string: ./skitala_shifr -d "Hello" -n 3
=================================================================