Is Python is best for cryptography? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is Python is best for cryptography?

cryptography

16th Sep 2017, 5:09 PM
𝖆𝖙.𝖚𝕷
𝖆𝖙.𝖚𝕷 - avatar
2 Answers
+ 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
17th Sep 2017, 2:18 AM
sebipincha
sebipincha - avatar
+ 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.
19th May 2018, 5:07 PM
D-Key
D-Key - avatar