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

https://github.com/grook8958/encryption

Do not use for sensitive data, it's not secure!! Use just for fun.
https://github.com/grook8958/encryption

caesar-cipher dearpygui encryption encryption-decryption polybius-square rot13-cipher vigenere-cipher

Last synced: 2 months ago
JSON representation

Do not use for sensitive data, it's not secure!! Use just for fun.

Awesome Lists containing this project

README

          

# Encryption - FR

**DISCLAIMER**: *Ce programme n'est pas conçu pour chiffrer des données sensibles et n'est pas du tout sécurisé.*

## Fonctionnalités

- Fonctions de chiffrement et déchiffrement du Code de César, ROT13, Vigenère et du Carré de Polybe
- Interface graphique pour chiffrer/déchiffrer
- Traductions anglais/français

## Librairies

La librairie dearpygui est nécessaire au bon fonctionnement du programme, installer la avec la commande: `pip install dearpygui`

## Utilisation

**Windows**:
Dans le repertoire "encryption" executé la commande: `./start.vbs` ou double clicker le fichier "start.vbs"

**MacOS/Linux**:
Dans le repertoire "encryption" executé la commande: `./start.bat` dans un terminal

### Executable

Pour utiliser le programme sous forme d'éxécutable, télécharger la dernière version du programme dans l'onglets "Versions" et éxécuter le fichier ".exe"







# Encryption - EN

**DISCLAIMER**: *This program shall not be used to encrypt any sort of sensitive data as its not made or secure enough for this kind of use, please use some other appropriate software.*

## Features

- Raw functions for ROT13, Caesar, Vigenere and Polybe's Square encryption/decryption
- GUI for encryption/decryption
- English/French Translations

## Usage

**Windows**:
In the "encryption" directory execute: `./start.vbs` ou double click the "start.vbs" file

**MacOS/Linux**:
In the "encryption" directory execute: `./start.bat` in a command prompt

## Dependencies

Dearpygui is required, intall the required package via the command `pip install dearpygui`

### Executable

If you'd like to run the program as an executable, download the latest binaries under the "Releases" tab and open the ".exe" file.