mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-26 06:36:20 -05:00
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:
parent
b0c92d9baf
commit
7d96bc4efe
5 changed files with 297 additions and 17 deletions
2
firmware/application/external/external.cmake
vendored
2
firmware/application/external/external.cmake
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue