tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

CRYPT_KEY #26

Closed ferninver92 closed 7 years ago

ferninver92 commented 7 years ago

Hi, I've a question..

How is generated the CRYPT_KEY ? It's always "" ? or a random value?

Thanks!

renandecarlo commented 7 years ago

It generates a random key upon compiling

tkyaji commented 7 years ago

Yes. It will be generated when you run cordova build command.

ferninver92 commented 7 years ago

Thanks!