Skip to content

SecretCipher is a simple text encryption and decryption application that allows users to exchange secret messages using a specified encryption key.

License

Notifications You must be signed in to change notification settings

kjarj54/Encriptador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecretCipher App

Description

SecretCipher is a simple text encryption and decryption application that allows users to exchange secret messages using a specified encryption key. The encryption keys are as follows:

  • Letter "e" is converted to "enter"
  • Letter "i" is converted to "imes"
  • Letter "a" is converted to "ai"
  • Letter "o" is converted to "ober"
  • Letter "u" is converted to "ufat"

The application works only with lowercase letters and does not support accents or special characters. Users can input text to be encrypted or decrypted and choose the desired operation. The result is displayed on the screen.

Usage

  1. Open the application.
  2. Enter the text you want to encrypt or decrypt.
  3. Select the desired operation (Encrypt or Decrypt).
  4. View the result on the screen.

Examples

  • Encrypt: "gato" => "gaitober"
  • Decrypt: "gaitober" => "gato"

Additional Features

  • Copy Button: A button allows users to copy the encrypted or decrypted text to the clipboard.

Installation

  1. Clone the repository.
  2. Open the index.html file in a web browser.

Contributors

  • [Kevin Arauz]

License

This project is licensed under the MIT License.

Insignia por concluir el challenge

image

About

SecretCipher is a simple text encryption and decryption application that allows users to exchange secret messages using a specified encryption key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published