Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harp077/pkg
PKG = Password Keeper + Generator. Pure Java. See releases at https://sourceforge.net/projects/j-pkg/
https://github.com/harp077/pkg
javase jdbc password-generator password-manager password-store spring
Last synced: 26 days ago
JSON representation
PKG = Password Keeper + Generator. Pure Java. See releases at https://sourceforge.net/projects/j-pkg/
- Host: GitHub
- URL: https://github.com/harp077/pkg
- Owner: harp077
- Created: 2018-09-18T12:14:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T16:43:00.000Z (5 months ago)
- Last Synced: 2024-09-30T14:01:19.209Z (about 1 month ago)
- Topics: javase, jdbc, password-generator, password-manager, password-store, spring
- Language: Java
- Homepage: https://sourceforge.net/projects/j-pkg/
- Size: 174 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Total downloads](https://img.shields.io/github/downloads/harp077/pkg/total.svg)](https://github.com/harp077/pkg/releases)
[![Latest downloads](https://img.shields.io/github/downloads/harp077/pkg/latest/total.svg)](https://github.com/harp077/pkg/releases)
[![Release](https://img.shields.io/github/release/harp077/pkg)](https://github.com/harp077/pkg/releases)
[![Java 8+](https://img.shields.io/badge/Java-8%2B-teal)](https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html)
![Free](https://img.shields.io/badge/free-open--source-green.svg)
[![HitCount](https://hits.dwyl.com/harp077/pkg.svg?style=flat)](http://hits.dwyl.com/harp077/pkg)
[![GitHub followers](https://img.shields.io/github/followers/harp077?label=Follow&style=flat)](https://github.com/harp077)
![GitHub language count](https://img.shields.io/github/languages/count/harp077/pkg)
![GitHub search hit counter](https://img.shields.io/github/search/harp077/pkg/release)
Password Keeper + Generator.
Free portable cross-platform multi-user password manager, 100%-pure Java.
DB for each pkg-user is encrypted and protected by pkg-user hash.
In addition - all passwords in DB are stored in encrypted form.
In result - stored passwords are double encrypted !
Passwords of pkg-users are not stored in program - stored and compared only hashes.
Support md2, md5, sha1, sha256, sha384 and sha512 hash.
Support export DB to CSV, HTML, XLS, XML and import from CSV, XLS, XML.
Simple and intuitive GUI - Graphical User Interface.
PKG use crypto security random number generator.
Tested in Windows/Linux.
Need Jre-1.8:
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html