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

https://github.com/mehmetkahya0/crypter

Crypter is a Text Encrypter&Decrypter program
https://github.com/mehmetkahya0/crypter

decryption decryption-algorithm encryption encryption-decryption gui gui-application python tkinter

Last synced: 2 months ago
JSON representation

Crypter is a Text Encrypter&Decrypter program

Awesome Lists containing this project

README

        

# Crypter

Crypter is a simple encryption and decryption tool built using Python Tkinter.
![crypter_cover](https://github.com/mehmetkahya0/Crypter/assets/84154488/b1a25423-d38c-4a4e-b77e-84b9b72b5edd)

## Features

- Encrypt text using a specified key
- Decrypt encrypted text using the same key
- Supports both symmetric encryption (AES) and asymmetric encryption (RSA)

## GUI
![crypter](https://github.com/mehmetkahya0/Crypter/assets/84154488/8d36a305-de10-4018-a7a7-041c9fae108c)