Skip to content

Library allowing for reading and writing Password Safe version 3 files.

License

Notifications You must be signed in to change notification settings

craigphicks/PasswordSafe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library allows for reading and writing Password Safe version 3 files.

For example usage do check Bimil.

Auto-type

Auto-type functionality will simulate keyboard presses. Following escape characters are supported:

\u      User name field.
\p      Password field.
\2      Two-factor authentication code.
\cn     Credit card number.
\ct     Credit card number (tab separated).
\ce     Credit card expiration.
\cv     Credit card security code.
\cp     Credit card pin number.
\g      Group field.
\i      Title field.
\l      URL field.
\m      E-mail field.
\o      Notes field.
\o###   Nth line of Notes field. If line doesn't exist, it has no effect.
\b      Backpace key.
\t      Tab key.
\s      Shift+Tab key.
\n      Enter key.
\\      Backslash (\) key.
\d###   Delay between characters in milliseconds, instead of 10 (default).
\w###   Wait in milliseconds.
\W###   Wait in seconds.
\z      Invokes the alternative SendKeys method.
        All other text is typed as-is. 

About

Library allowing for reading and writing Password Safe version 3 files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • Batchfile 0.6%