logo

About

This is a web-based (JavaScript) implementation of k-cipher, a key-based text encryption and decryption program originally written in Python. It enables users to encrypt plain text into an unreadable format and decrypt it back to its original form using a chosen key.

The app focuses on simplicity and accessibility. Users only need to provide their text and a key to perform encryption or decryption, making it easy to protect messages, notes, or shared information. By bringing the original Python program to the web, it removes the need for local installation and allows the tool to be used directly from any modern browser.

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