GithubHelp home page GithubHelp logo

jeremdlcn / salty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arthurgeay/salty

1.0 1.0 0.0 11.68 MB

Application graphique de hachage et crypto symétrique

Python 100.00%
python pysimplegui cryptodome

salty's Introduction

Salty

Salty est une application avec une interface graphique permet de hacher, chiffrer, déchiffrer et gérer ses clé AES en toute simplicité afin de sécuriser ses fichiers plus facilement.

Utilisation de l'executable

Salty sous forme d'executable fonctionne sans avoir besoin de python ou de tout autre programme

Utilisation du fichier python

Si vous souhaitez utilisé le fichier python contenant le code, il faudra installer des modules Salty.py a besoin de différents modules afin de pouvoir fonctionner

PySimpleGUI : bibliothèque permettant de créer l'interface graphique
Pour l'installer, taper la commande suivante dans le terminal lancé depuis votre répertoire

pip install pysimplegui

PyCryptoDome : bibliothèque permettant de chiffrer et dechiffrer un fichier
Pour l'installer, taper la commande suivante dans le terminal lancé depuis votre répertoire

pip install pycryptodome

Organisation des dossier

├── close.ico 
├── executables
├── destination
├── encrypted-files
├── keys.json
├── logo.png
├── salty-icon.ico
├── salty.py
└── source
  • salty.py : Le ficher Python contenant le code
  • executables // contient l'exécutale Windows
  • source // contient les fichiers non chiffrés
  • encrypted-files // contient les fichiers et leurs détails une fois chiffrés
  • destination // contient les fichiers une fois déchiffrés par le logiciel
  • logo.png // logo visible sur l'interface
  • salty-icon.ico // icône de l'application (disponible uniquement sur Windows)
  • close.ico //icône pour les messages d'erreurs
  • keys.json // fichier contenant les clés AES que l'on peut gérer dans le logiciel

salty's People

Contributors

arthurgeay avatar jeremdlcn avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.