Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Info

Replica of project to read the credentials from Windows Credential Manager.

Usage

mvn clean package
java -cp target/example.credential-manager.jar example.App -a

will show all credentials

  • add some credntials, e.g. credentials and read them
java -jar target\example.credential-manager.jar -t some_user

will respond with

address:[some_user], username:[null], password:[super_secret]

Multiple 'targets' values can be passed comma-separated

Author

Serguei Kouzmine