Cryptography

Mnemonic Generation (BIP39) Algorithm

2 minute read

Mnemonic Generation (BIP39) Algorithm Mnemonic a tool that helps you remember an idea or phrase with a pattern of letters. This article explains the Mnemonic...

Simple Substitution Cipher

less than 1 minute read

Simple Substitution Cipher Simple Substitution Cipher differs from Caesar Cipher in that the cipher alphabet is not simply shifted, it uses a look up table (...

Rail-fence Cipher

1 minute read

Rail-fence Cipher The rail fence cipher is a very simple cipher. It transposes the plaintext to form the cipher text. It can be combined with other ciphers, ...

Caesar Cipher

less than 1 minute read

Caesar Cipher In cryptography, a Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in whi...

Back to top ↑