passwordcheck

command module
v0.0.0-...-f06681b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2021 License: MIT Imports: 7 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL