Skip to content

PaoloJr/passgenplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passgenpluplus

cross-platform (linux, macOS & windows) password and passphrase generator written in C++

v.0 requirements

  • simple text-based interface
  • enable password and passphase generation (with options and strength)
  • must be cross-platform (use C++ std libraries)

v.1 enhancement

  • implement TUI, including pass-length bar etc.
  • use arrow-keys and/or h,j,k,l for navigation

helpful libraries

cross-compilation options

# clang++
clang++ --target=x86_64-w64-mingw32 -o <tool>.exe <tool>.cpp

# zig
zig c++ -target x86_64-windows-gnu -o <tool>.exe <tool>.cpp

About

password & passphrase generator

Resources

Stars

Watchers

Forks

Languages