Documentation
¶
Overview ¶
Package cipher is a package containing different implementations of certain ciphers
Directories
¶
Path | Synopsis |
---|---|
Package caesar is the shift cipher ref: https://en.wikipedia.org/wiki/Caesar_cipher
|
Package caesar is the shift cipher ref: https://en.wikipedia.org/wiki/Caesar_cipher |
Package diffiehellman implements Deffie Hellman Key Exchange Algorithm for more information watch : https://www.youtube.com/watch?v=NmM9HA2MQGI
|
Package diffiehellman implements Deffie Hellman Key Exchange Algorithm for more information watch : https://www.youtube.com/watch?v=NmM9HA2MQGI |
Package polybius is encrypting method with polybius square ref: https://en.wikipedia.org/wiki/Polybius_square#Hybrid_Polybius_Playfair_Cipher
|
Package polybius is encrypting method with polybius square ref: https://en.wikipedia.org/wiki/Polybius_square#Hybrid_Polybius_Playfair_Cipher |
Package rot13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet.
|
Package rot13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. |
Package rsa shows a simple implementation of RSA algorithm
|
Package rsa shows a simple implementation of RSA algorithm |
Package xor is an encryption algorithm that operates the exclusive disjunction(XOR) ref: https://en.wikipedia.org/wiki/XOR_cipher
|
Package xor is an encryption algorithm that operates the exclusive disjunction(XOR) ref: https://en.wikipedia.org/wiki/XOR_cipher |
Click to show internal directories.
Click to hide internal directories.