how can I make a python encryption program? [Solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I make a python encryption program? [Solved]

I want to be able to encrypt and decrypt a text using my own encryption.

5th May 2018, 3:30 PM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar
3 Answers
8th May 2018, 10:12 PM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar
+ 2
Rule number one: NEVER create your own cryptography, always rely on existing, common used libraries. Just Google on: encryption python
5th May 2018, 3:51 PM
***
*** - avatar
+ 2
Encrypt your file is programme easy but decrypt your file is programme very complex because there are many encryption algorithm around the world.You can make programme easily, decrypt your file if the encryption algorithm is your own or simple.
5th May 2018, 3:54 PM
Maninder $ingh
Maninder $ingh - avatar