Explore new operations
Operations are the building blocks in the ciphereditor universe. Get to know them to build powerful blueprints.
Classical cryptography
- Simple substitution cipher
- Vigenère cipher
- Rail fence cipher
- Letter number cipher (A1Z26)
- Polybius square cipher
Modern cryptography
Symmetric-key encryption
- Cryptographic hash function
Cryptosystem
Encodings
Data formats
- Text encoder (UTF-8 and 150+ others)
- Number encoder (integers, floating-point numbers)
- Binary to text encoding (binary, hex, Base 32, Base 64)
- Swap endianness between big-endian and little-endian
Arithmetic and Logic
- Arithmetic operators Add, Subtract, Multiply & Divide
- Trigonometric functions sin, cos & tan
- Bitwise operator XOR, AND, OR, NOT
- Logical operators AND, OR & NOT
Analysis
Service integrations
More official operations will be published, soon. In a future release, we will open up the operation library to third-party developers to have even more building blocks available to you.