Sealed Secrets.js Support
Got questions or issues with Sealed Secrets.js? You're in the right place! Our support resources include FAQs, community support, and access to our dedicated developers if needed.
FAQs
Find answers to the most common questions about Sealed Secrets.js.
How do I generate an encryption key?
To generate a strong key, use our built-in API: SealedSecrets.generateKey(256)
. This creates a 256-bit AES key.
Why can't I decrypt some messages?
Make sure your key and the session ID match the encrypted message. Use SealedSecrets.decrypt(key, encryptedMessage, sessionID)
.
Are there any storage limitations?
Sealed Secrets.js can secure messages and files, though it is advised to encrypt smaller files (under 100MB) for performance reasons.
Live Chat Support
Join our Discord channel for real-time support and help.
[2:02 PM] Alice Cipher: You can post your question in this channel. Developers will help as soon as possible.