http://qs321.pair.com?node_id=11113310


in reply to poll ideas quest 2020

In 2020, my method to securely store passwords is:

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

Replies are listed 'Best First'.
Re^2: poll ideas quest 2020
by afoken (Chancellor) on Feb 21, 2020 at 17:48 UTC
    • One of a million Post-Its sticking on the monitor
    • Piece of paper taped to the backside of the keyboard

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

      ... with exceptionally bad hand-writing. For example doctors' passwords would be the most securely stored judging from the hand-writing of their prescriptions.

      bw, bliako

        That seems to be the main obstacle of getting a medical degree these days: "How to decode another doctors handwriting" ;-)

        perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'