How to make a encryption function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make a encryption function?

Is posible create a simple function to encrypt without difficulty?

23rd May 2019, 10:38 PM
Oliver Valiente Oliva
Oliver Valiente Oliva - avatar
2 Answers
+ 6
Encryption the regular type we all know is a tiny bit difficult to implement as you need domain specific knowledge in maths and crypto. https://www.tutorialspoint.com/cryptography/index.htm Loop up 'how to write ciphers', 'encryption algorithms' Then check the basic ones like the caesar cipher. That should give you a rough idea of the same.
24th May 2019, 1:21 AM
Lord Krishna
Lord Krishna - avatar
+ 3
sure, all your codes for the encryption will be in a function
23rd May 2019, 10:44 PM
✳AsterisK✳
✳AsterisK✳ - avatar