Last active
January 4, 2019 01:45
-
-
Save shanerk/c9ac0c26161275a86923408f79af4d76 to your computer and use it in GitHub Desktop.
Using Crypto in Apex for Fun and Profit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Using Crypto for a Random string | |
nickname += String.valueOf(Crypto.getRandomInteger()).substring(1,7); | |
// Using Crypto to create a GUID | |
// TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment