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

TCryptoExchangeKeyPair

A long-term key pair.

These long-term keys can be reused indefinitely, even though rotating them from time to time is highly recommended in case the secret key ever gets leaked.

Methods

Method ToString:String()

Returns a String representation of the key pair.


Method PublicKeyToString:String()

Returns a String representation of the public key.


Method SecretKeyToString:String()

Returns a String representation of the secret key.


Functions

Function FromString:TCryptoExchangeKeyPair(keys:String)

Retrieves the key pair from its String representation.


Function PublicKeyFromString:TCryptoExchangeKeyPair(key:String)

Retrieves the public key from its String representation.


Function SecretKeyFromString:TCryptoExchangeKeyPair(key:String)

Retrieves the secret key from its String representation.


← TCryptoSignatureTCryptoSessionKeyPair →
  • Methods
    • Method ToString:String()
    • Method PublicKeyToString:String()
    • Method SecretKeyToString:String()
  • Functions
    • Function FromString:TCryptoExchangeKeyPair(keys:String)
    • Function PublicKeyFromString:TCryptoExchangeKeyPair(key:String)
    • Function SecretKeyFromString:TCryptoExchangeKeyPair(key:String)
BlitzMax
Docs
Getting StartedDownloadsAbout
Community
ResourcesSyntaxBomb Forums
More
NewsGitHubStar
Copyright © 2020 Bruce A Henderson