Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Go library providing simple and secure password management

License

NotificationsYou must be signed in to change notification settings

dhui/passhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passhash addresses the dismal state of password management in Go by offering easy-to-use APIs to manage credentials (e.g. password hashes)

Note: The exposed surfaces (e.g. interfaces, structs, and struct fields) are in flux until v1.0.0 is released

Features

  • Simple, easy to use API
  • Tunable work factors
  • Auto-upgrading KDFs and work factors
  • Password usage audit log
  • Password policies

Available Password Policies

Password PolicyRepo
AtLeastNRunesIncluded
NotCommonPasswordNaiveIncluded

Available CredentialStores

Credential StoreRepo
DummyCredentialStoreIncluded
StringCredentialStoreIncluded (in examples)
StringCredentialPepperedStoreIncluded (in examples)

Available AuditLoggers

Audit LoggerRepo
DummyAuditLoggerIncluded
MemoryAuditLoggerIncluded

[8]ページ先頭

©2009-2025 Movatter.jp