Halite v3.1.0 Release Notes

Release Date: 2016-08-22 // over 7 years ago
    • ➕ Added an export() method to KeyFactory, and congruent import*() methods. For example:
      • export($key) returns a HiddenString with a versioned and checksummed, hex-encoded string representing the key material.
      • importEncryptionKey($hiddenString) expects an EncryptionKey object or throws a TypeError