Skip to content

monoalphabetic substitution cyper algorithm for the SSI challege. Inspired on huffman code.

Notifications You must be signed in to change notification settings

4m1g0/ciper_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Programa de cifrado  y descifrado en Python3

Es necesario el uso del módulo: unidecode

#pip install unidecode

$ ./cifrador <key> <input> [<output>]
$ ./descifrador <key> <input> [<output>]

About

monoalphabetic substitution cyper algorithm for the SSI challege. Inspired on huffman code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages