Skip to content
New issue

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

Add 3 new encryption methods to Giveaways Encrypter/Decrypter #82

Closed
rafaelgomesxyz opened this issue Nov 1, 2017 · 0 comments
Closed

Comments

@rafaelgomesxyz
Copy link
Owner

rafaelgomesxyz commented Nov 1, 2017

Current method is: rotate each character in the code using rot13 and convert it to hexadecimal using its ASCII code.

Add 3 new methods:

  1. Same as current method, but convert each number in the encrypted code to an uppercase letter using a secret alphabet.
  2. Same as current method, but using a random rotation number between 1 and 25 instead of the fixed number 13.
  3. Same as current method, but combining both items above.

The method should be selected randomly.

@rafaelgomesxyz rafaelgomesxyz added this to the 7.6.3 milestone Nov 1, 2017
@rafaelgomesxyz rafaelgomesxyz changed the title Add more encryption methods to Giveaways Encrypter/Decrypter. Add 3 new encryption methods to Giveaways Encrypter/Decrypter Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant