class Faker::Crypto

def sha512

Returns:
  • (String) -
def sha512
  OpenSSL::Digest::SHA512.hexdigest(Lorem.characters)
end