K-Cipher-Web is written in JavaScript. It is the web version of k-cipher which is originally written in Python.
- Encrypt and decrypt any text using a custom key.
- Works with letters, numbers, symbols, and spaces.
- Fully written in pure JavaScript (only runs on front-end).
The cipher shifts each character in your text based on:
- Its position in a predefined list of characters.
- The corresponding character in your password.
- The password length.
This makes it slightly stronger than a basic Caesar cipher, as it combines the text and key dynamically.
No installation required, just visit the website: K Cipher
Encryption:
Decryption:
💡 Simple ideas, secure results.
If you like this project, give it a star on GitHub ⭐ to show your support!

