https://github.com/deavid/criptopractices
Criptographic things done manually (for learning purposes)
https://github.com/deavid/criptopractices
Last synced: 2 months ago
JSON representation
Criptographic things done manually (for learning purposes)
- Host: GitHub
- URL: https://github.com/deavid/criptopractices
- Owner: deavid
- Created: 2010-02-17T22:14:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-21T21:35:52.000Z (over 16 years ago)
- Last Synced: 2025-01-16T22:14:28.930Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
***********************************************
CryptoPractices
***********************************************
### ESPAÑOL ###
Este repositorio está orientado a contener distintas pruebas de concepto a la
hora de aprender cómo funciona la criptografía internamente.
Todos los programas aquí deben entenderse como de aprendizaje y nunca deben ser
usados en sistemas reales por diversos motivos:
* Son infinitamente más lentos
* Probablemente contienen agujeros gordos de seguridad
o fallas en la implementación
* Tienen reemplazo dentro del mundo de la criptografía
(no hemos inventado nada nuevo)
### ENGLISH ###
This repo is aimed to learn several concepts about internal things in
cryptosystems,
Every piece of software included here is intended in the hope to be useful to
others only for learning, and never should be used because several reasons you
should be aware of:
* Incredibly low performance
* Probably they have bugs.
* Probably they aren't secure (cryptographically speaking).
* They could be replaced by other known techniques that are faster and safer.
(I didn't created nothing new)