command
module
Version:
v0.0.0-...-f06681b
Opens a new window with list of versions in this module.
Published: Feb 22, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
PasswordCheck
A Go Lang implementation of a CLI password checker in Windows
- setPass.go - allows you to set a password, which will be stored in a txt file
- password is hashed by SHA512 hash function and PBKDF2 algorithm
- checkPass.go - allows you to enter a string to verify with setted password
Notes
Running
-
Run setPass.go (by typing go run setPass.go in command line)
- The salt of PBKDF2 can be chaged manually in code
-
If some libraries are not installed, type: go get [library name]
-
It will create a file 'index.txt' with the salt and password
-
Then run checkPass.go (by typing go run checkPass.go in command line)
-
You can create an executable by building it:
(go build checkPass.go)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.