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

Password Manager

  • 3 Devlogs
  • 12 Total hours

A password manager to learn more about cryptography, APIs, CLIs and Jujutsu.

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

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…