We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A JS & Image File Encryption Tool.
This tool use for protect your js & image file in Ejecta-Project
Theory:
My english is very poor , so if there are some wrong words please tell me and I am so sorry for that.
$ cd Tools $ node Encryptor.js input-file output-file HARD-TO-GUESS-KEY
Encryptor.js must be runned in Ejecta/Tools folder
Run the command in terminal:
Goto App/example/encryption/ Folder, then
$ node ../../../Tools/Encryptor.js test-log.js encrypted-test-log.js Your_123_Key
Then in Ejecta :
// init Decryptor. var decryptor = new Ejecta.DecryptorXOR(); decryptor.enable(); ejecta.include("example/encryption/encrypted-test-log.js");
Yes, there is no different from before.
This tool will CHANGE the "Extension/EJBindingDecryptorXOR.h" file. Because the secret-key must be written into the "EJBindingDecryptorXOR.h".
Extension/EJBindingDecryptorXOR.h
Encryptor.js & EJBindingDecryptorXOR.m are just default encode/decode tools, you can implement your own ones.
And
NO Perfect Encryption Tool on the earth , So ... :p
(over)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
README
This tool use for protect your js & image file in Ejecta-Project
Theory:
My english is very poor , so if there are some wrong words please tell me and I am so sorry for that.
Command-line
Example
Run the command in terminal:
Goto App/example/encryption/ Folder, then
Then in Ejecta :
Yes, there is no different from before.
NOTE
This tool will CHANGE the "
Extension/EJBindingDecryptorXOR.h
" file.Because the secret-key must be written into the "EJBindingDecryptorXOR.h".
Encryptor.js & EJBindingDecryptorXOR.m are just default encode/decode tools, you can implement your own ones.
And
NO Perfect Encryption Tool on the earth , So ... :p
(over)
The text was updated successfully, but these errors were encountered: