Thanks to visit codestin.com
Credit goes to github.com

Skip to content

e-soul/surpass

Repository files navigation

Java CI with Gradle Ask DeepWiki

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 is around 50 megabytes (on Windows) which makes it easy to carry on any USB stick or SD card.
  • There are hard limits on the number and length of passwords, the intention is to maintain a constant-size data file (vault).
  • Very simple and clean graphical user interface.
  • Very small code-base with focus on simplicity.
Downloads:

See Releases

Build instructions

  • Install JDK 24 and Gradle 8.14.2 or later.
  • Clone this repository.
  • Run gradle build generateAppDist

About

Simple, secure and easy to use password manager.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages