The secret used to encrypt/decrypt the secret memo. Whoever knows the secret key will be able to read any memos created with this tool.
Returns the original text from a secret Stellar Memo.
The Stellar Memo that contains the secret memo hash.
Takes a secret memo hash and returns the original memo data.
The encrypted memo hash, a 64 hex-character string.
Takes a string and turns it into a secret Stellar Memo. The string will be padded with random bytes and encrypted so that running it multiple times will produce different results each time.
Because of the additional randomization added to the memo, the data to keep secret must be 23 characters or less.
The data to secretize, like a user id or email.
Generated using TypeDoc
Utility to create secret Stellar memos.