+ 1
Is Python is best for cryptography?
cryptography
2 odpowiedzi
+ 1
I think any programming language can be use for cryptography. it's the same the language you choose because there are cypher libraryes for every programming language
+ 3
Python is considered to be having a good amount of standard libraries that helps in cryptography.You can have the python wrapper around the OpenSSL library and you can even use hash functions and other encryption algorithm with pycrypto library.So you see it has some good libraries made for cryptography.You can even use python bindings with C.