Optional sha512 to spread out the final password for rand_pw app (#2281)

* fix issue from #1444

* add hash sha512

* check point 1, with useless init pw usage

* gui

* should be works

* fix warning from sah512 lib

* delete diff file for debugging
This commit is contained in:
sommermorgentraum 2024-10-05 17:19:11 +08:00 committed by GitHub
parent b0c92d9baf
commit 7d96bc4efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 297 additions and 17 deletions

View file

@ -100,6 +100,8 @@ set(EXTCPPSRC
#random
external/random_password/main.cpp
external/random_password/ui_random_password.cpp
external/random_password/sha512.cpp
external/random_password/sha512.h
)
set(EXTAPPLIST