Click or drag to resize
Galactic API

Galactic.Cryptography Namespace

 
Classes
  ClassDescription
Public classAES256
Rijndael is a class that allows for the easy encryption and decryption of strings using the AES 256 encryption algorithm.
Public classSaltedHash
SaltedHash is a class that generates and verifies salted hashes for cryptographic purposes.
Public classSHA256
Handles getting and verifying SHA256 hashes. Based on Microsoft's example code.