> [email protected] escribió:
>>
>> Hola alguien conoce que funcion sirve para encriptar una cadena a Crypt??
>>
>> Gracias por adelantado
>>
>> Saludos
>>
>> Alberto
>>
On Sun, Jan 24, 2010 at 5:22 PM, Pepe Aracil <[email protected]> wrote:
> El algoritmo "crypt" suena a algo genérico.
>
> Echa un vistazo al módulo python-crypto.
>
> http://www.pycrypto.org/
>
> * Hash functions: MD2, MD4.
> * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
> * Stream encryption algorithms: ARC4, simple XOR.
> * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
> * Protocols: All-or-nothing transforms, chaffing/winnowing.
> * Miscellaneous: RFC1751 module for converting 128-key keys
> into a set of English words, primality testing.
>
Para más información, la descripción de la arquitectura [1]_ [2]_
puede ser de interés
.. [1] API for Cryptographic Hash Functions
(http://www.python.org/dev/peps/pep-0247/)
.. [1] API for Block Encryption Algorithms v1.0
(http://www.python.org/dev/peps/pep-0272/)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Refactoring GViz content provider(s) before introducing VCS provider
- http://simelo.hg.sourceforge.net/hgweb/simelo/trac-gviz/rev/e654bc74bbc6
_______________________________________________
Python-es mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-es
FAQ: http://python-es-faq.wikidot.com/