class Faker::Crypto

def sha256

Returns:
  • (String) -
def sha256
  OpenSSL::Digest::SHA256.hexdigest(Lorem.characters)
end