Skip to content

Instantly share code, notes, and snippets.

@shanerk
Last active January 4, 2019 01:45
Show Gist options
  • Save shanerk/c9ac0c26161275a86923408f79af4d76 to your computer and use it in GitHub Desktop.
Save shanerk/c9ac0c26161275a86923408f79af4d76 to your computer and use it in GitHub Desktop.
Using Crypto in Apex for Fun and Profit
// 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