Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

154688172-c12dc2c2-2468-44ca-88e1-3cb2a9552afe

## 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.