Skip to content

Super simple app to encrypt string using Windows hello

Notifications You must be signed in to change notification settings

Angelelz/Pass4Kee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass4Kee

The first time you open the app it asks you to enter your password and confirm with windows hello. Any other time you open the app it goes directly to check with windows hello and if succesfull puts the password in the clipboard. If you cancel, you can change the password.

I recomend to use this app combined with AutoHotKey with a script like this:

^!q::

ClipSaved := ClipboardAll

Clipboard :=

Run, C:\Users(yourusername)\Desktop\Pass4Kee

WinWait, Pass4Kee,

ClipWait

Sleep 300

SendRaw, %Clipboard%

Send, {Enter}

Clipboard := ClipSaved

Return

You obiously need to put a Pass4Kee shortcut in the desktop

If you found a certificate error, follow this: https://stackoverflow.com/questions/23812471/installing-appx-without-trusted-certificate/24372483

About

Super simple app to encrypt string using Windows hello

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages