Surpass
This is a simple, secure and easy to use password manager.
Main features
- Password-based encryption with HMAC-SHA-512 and AES-128 via Java Cryptography Architecture (JCA)
- Modular implementation via jigsaw. This allows creating an optimized image with jlink. Such an image contains just enough of the Java runtime to execute the application and nothing more. The entire image less than 30 megabytes (on Windows) which makes it easy to carry on any USB stick or SD card.
- There are hard limits to the number and length of passwords, the intention is to maintain a constant-size data file. This slightly mitigates some attacks.
- Very simple and clean graphical user interface.
- Very small code-base with focus on simplicity.
Downloads:
See Releases