BlitzMax

BlitzMax

  • Downloads
  • Docs
  • API
  • Resources
  • About

›BRL.Crypto

BRL.Crypto

  • TCryptoRandom
  • TCryptoSecretBox
  • TCryptoHash
  • TCryptoSign
  • TCryptoKeyExchange
  • TCryptoKey
  • TCryptoHashKey
  • TCryptoSecretBoxKey
  • TCryptoSignature
  • TCryptoExchangeKeyPair
  • TCryptoSessionKeyPair
  • TCryptoNPacket
  • TCryptoKK1Packet
  • TCryptoKK2Packet
  • TCryptoXX1Packet
  • TCryptoXX2Packet
  • TCryptoXX3Packet
  • TCryptoExchangeState
  • TCryptoPWHashMasterKey
  • TCryptoPWHashStoredKey
  • TCryptoPasswordHash
Edit

TCryptoPWHashStoredKey

A fixed-length, hashed, encrypted, authenticated representative of a password, that can be safely stored in a database.

This representative can be used to later check if a user provided password is likely to be the original one, without ever storing the password in the database.

Methods

Method ToString:String()

Returns a String representation of the key.


Functions

Function FromString:TCryptoPWHashStoredKey(key:String)

Retrieves a key from its String representation.


← TCryptoPWHashMasterKeyTCryptoPasswordHash →
  • Methods
    • Method ToString:String()
  • Functions
    • Function FromString:TCryptoPWHashStoredKey(key:String)
BlitzMax
Docs
Getting StartedDownloadsAbout
Community
ResourcesSyntaxBomb Forums
More
NewsGitHubStar
Copyright © 2020 Bruce A Henderson