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)
- Host: GitHub
- URL: https://github.com/rokatyy/skitala
- Owner: rokatyy
- Created: 2018-10-03T17:14:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T17:36:20.000Z (over 7 years ago)
- Last Synced: 2025-02-25T23:34:21.834Z (over 1 year ago)
- Topics: crypto, cryptography, encoder-decoder, skitala
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
=================================================================