https://github.com/manzolimatheus/basicv1
Exercício da escola sobre criar uma criptografia
https://github.com/manzolimatheus/basicv1
python school-assignment school-project
Last synced: 8 months ago
JSON representation
Exercício da escola sobre criar uma criptografia
- Host: GitHub
- URL: https://github.com/manzolimatheus/basicv1
- Owner: manzolimatheus
- Created: 2021-10-03T21:48:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T03:22:47.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:29:44.037Z (over 1 year ago)
- Topics: python, school-assignment, school-project
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🔐 Criptografia Basicv1
## Sobre
**🎓 Descrição**
Basicv1 é uma criptografia extremamente básica criada para um exercício prático em aula.
**🔥 Funcionalidades**
1. Criptografar textos;
2. Descriptografar textos;
3. Chave aleatória;
4. Criptografia diferente toda vez;
5. Necessário chave para descriptografar;
**👨🏻💻 Tecnologias utilizadas**
Para criar o Basicv1 utilizei apenas Python e bibliotecas já acopladas a ele.