Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zalexanninev15/encrypt-and-decrypt
Encrypt and Decrypt text with key
https://github.com/zalexanninev15/encrypt-and-decrypt
3des aes-encryption base64 css decrypt decryption encrypt encryption file html javascript js key rabbit rc4 text web weba
Last synced: about 2 months ago
JSON representation
Encrypt and Decrypt text with key
- Host: GitHub
- URL: https://github.com/zalexanninev15/encrypt-and-decrypt
- Owner: Zalexanninev15
- License: mit
- Created: 2022-02-18T12:11:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T10:29:18.000Z (about 2 years ago)
- Last Synced: 2023-03-05T14:33:22.333Z (almost 2 years ago)
- Topics: 3des, aes-encryption, base64, css, decrypt, decryption, encrypt, encryption, file, html, javascript, js, key, rabbit, rc4, text, web, weba
- Language: JavaScript
- Homepage: https://zalexanninev15.github.io/Encrypt-and-Decrypt
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encrypt and Decrypt / [Launch ▶️](https://zalexanninev15.github.io/Encrypt-and-Decrypt)
[![](https://img.shields.io/badge/platform-Browser-27282D.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt)
[![](https://img.shields.io/badge/written_on-HTML-E34F26.svg?logo=html5)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt)
[![](https://img.shields.io/badge/written_on-Java_Script-F7DF1E.svg?logo=javascript)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt)
[![](https://img.shields.io/badge/release-v1.0-blue.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt)
[![](https://img.shields.io/github/last-commit/Zalexanninev15/Encrypt-and-Decrypt)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt/commits/main)
[![](https://img.shields.io/github/stars/Zalexanninev15/Encrypt-and-Decrypt.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt/stargazers)
[![](https://img.shields.io/github/forks/Zalexanninev15/Encrypt-and-Decrypt.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt/network/members)
[![](https://img.shields.io/github/issues/Zalexanninev15/Encrypt-and-Decrypt.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt/issues?q=is%3Aopen+is%3Aissue)
[![](https://img.shields.io/github/issues-closed/Zalexanninev15/Encrypt-and-Decrypt.svg)](https://github.com/Zalexanninev15/Encrypt-and-Decrypt/issues?q=is%3Aissue+is%3Aclosed)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![](https://img.shields.io/badge/Donate-FFDD00.svg?logo=buymeacoffee&logoColor=black)](https://z15.neocities.org/donate)## Screenshot
## Description
The utility allows you to encrypt and decrypt text (or from a file) using one of 4 encryption algorithms. Can also add Base64 to the selected algorithm for more reliability. The encrypted text can be copied or saved to a file.## Features
* Easily encrypt text/text from a file with support for combining multiple encryption methods. It is possible to decrypt already encrypted text.
* Possibility to export the encrypted/decrypted text to a file or it can be copied.