Encryption
3 articles filed under encryption.
- What is a one-time password link? A one-time password link sends a password or API key through a URL that self-destructs after it is read. How they work, and when to use one. Concepts
- How the key stays out of our database Everything after the # in a URL is never sent to the server. That one detail is the whole OOBSecret architecture. Security model
- Deleting is not the same as forgetting A row disappearing from a table is the easy part. Backups, replicas and write-ahead logs are where permanent deletion usually turns out to be a figure of speech. Engineering