Skip to content

Instantly share code, notes, and snippets.

@jatindhankhar
Created September 22, 2020 12:42
Show Gist options
  • Save jatindhankhar/cb9831609d157abc63f087906da3f5ea to your computer and use it in GitHub Desktop.
Save jatindhankhar/cb9831609d157abc63f087906da3f5ea to your computer and use it in GitHub Desktop.
Test or Real ?
RSA --- BEGIN PRIVATE KEY
class Zomato
def secret?
SecureRandom.hex
end
def secret
"baserandom32"
end
private
def runnr?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment