Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created September 22, 2023 17:47
Show Gist options
  • Save Klerith/9e048fef4df6c8f4f864c20fb1072e98 to your computer and use it in GitHub Desktop.
Save Klerith/9e048fef4df6c8f4f864c20fb1072e98 to your computer and use it in GitHub Desktop.
Secure Random Hex

Comando con Ruby instalado

ruby -rsecurerandom -e 'puts SecureRandom.hex(20)'

Ejemplo: No usar en producción

4510c8cf2fe423f8be5afccbdd30c678677e172b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment