Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.18 KB

File metadata and controls

49 lines (29 loc) · 1.18 KB

🔐 K-Cipher-Web

K-Cipher-Web is written in JavaScript. It is the web version of k-cipher which is originally written in Python.


🚀 Features

  • 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).

🧠 How It Works

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.


🧩 Usage

No installation required, just visit the website: K Cipher

Screenshots

Encryption:

k_cipher GUI encryption demo

Decryption:

k_cipher GUI decryption demo


🧑‍💻 Author

Muhammad Kamran

💡 Simple ideas, secure results.


⭐ Support

If you like this project, give it a star on GitHub ⭐ to show your support!