Client side encryption in Django. Encrypt files in client as well as server before storing | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Client side encryption in Django. Encrypt files in client as well as server before storing

A Beginner I am building and Django project in which I am trying to store files on my heroku server. But I want to encrypt it before sending and then encrypt again at server before storing it. Decryption will be the same in reverse. I need help finding right client side frameworks and some already built resources to the same for reference. The file isnā€™t meant to be accessed by any third person as of now, so only working on AES encryption method. RSA encryption ideas are also welcomed for future updates.

12th Jul 2021, 3:36 PM
Adarsh Mamgain
Adarsh Mamgain - avatar
1 Resposta
0
Yeah I get that, can you share some resources.
12th Jul 2021, 4:16 PM
Adarsh Mamgain
Adarsh Mamgain - avatar