SAP App Build: encrypt and decrypt a file
Hei folks, I am building a web app, it needs the file encryption/decryption feature. And I am here to fetch some ideas that you share. Simply put – what I want: – Generate a AES-256 bit key, or user uploads his own AES-256 key – Encrypt certain files using user key before further processing. – …