You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hakanai v3.0.0 introduces breaking changes in secret encoding and URL format.
⚠️ BREAKING CHANGES
1. Secret identifier is ULID now instead of UUID
ULID is shorter than UUID and so reduces the complexity of secret URLs and size of QR codes
2. Secrets are now encoded with MessagePack
reduces secret size since we do not need to base64 encode the binary data before encryption any more
🛠️ Migration Guide
From v2.x to v3.0.0
Since the Secret URL format and secret encoding changed, be aware that old secrets are not retrievable with this version.
Setup and deployment are unmodified.