You are browsing as a guest. Sign up (or log in) to start making projects!

pedrohcfrancisco

@pedrohcfrancisco

Joined June 2nd, 2026

  • 3Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 9m 9s logged

Caching, sessions and entry management

In this devlog, I added vault caching, a session system and login entry management. All operations on vaults (besides creation) must be run with a valid session, which only lasts 5 minutes for safety.

The screenshot shows the current routes (as I still haven’t got a frontend)

0
0
7
Open comments for this post

3h 21m 56s logged

Vault Encoding/Decoding

In this devlog, I worked on getting the vault encoding/encryption and decoding/decryption working. It uses a custom binary format that, currently, has the salt (for the KDF), nonce (for the AEAD) and the encrypted entries. It also has built-in authenticity and integrity detection.

0
0
6

Followers

Loading…