Skip to content

realmkdev/k-cipher-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 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!

About

Web (JavaScript) version of k-cipher, which is password/key based text encryption/decryption program written in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors