More Relevant, Password-Based Hashing Resources
1. 'Reading Passwords From 'STDIN' in PHP' = https://dev.to/mykeels/reading-passwords-from-stdin-in-php-1np9 ; this was of particular importance for us because PrivateBin is built on php modules (so are many other apps - including our main web client)
^^^ This guide addresses how to create & pipe in commands using the 'password' variable (or another suitably secure alias for the command).
Obviously, Argon2 was our target algorithm here (which has yet to be depoyed fully in any of our solutions up to this point)
>>Click here to continue<<
