DEV Community

Discussion on: How to encrypt strings & files in your source code?

Collapse
 
bizzibody profile image
Ian bradbury

How do you unencrypted the text/files?

Collapse
 
bartosz profile image
Bartosz Wójcik

It works like this Ian:

  1. You select the file you want to encrypt
  2. You choose the label for the encrypted file contents
  3. The extension encrypts the file content for you
  4. Encrypted file content is placed within your source code
  5. Decryption snippet code is added to this encrypted data
  6. And after you run it - you got your decrypted file at your hands