Re: Memorizing a 128 bit / 256 bit hex key

Liste des GroupesRevenir à s crypt 
Sujet : Re: Memorizing a 128 bit / 256 bit hex key
De : rich (at) *nospam* example.invalid (Rich)
Groupes : sci.crypt
Date : 18. Jun 2024, 21:06:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4spbt$1gttp$2@dont-email.me>
References : 1 2 3 4 5
User-Agent : tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Cri-Cri <cri@cri.cri.invalid> wrote:
On Tue, 18 Jun 2024 19:42:08 -0000 (UTC), Rich wrote:
 
only when it is run to 'check' the output.  Then it would, presumably,
be no more suspicious than the 'date' command itself (other than what
suspicion might be raised by the fact that most OS'es don't ship with an
erasure coder by default).
 
But many (most?) Linux distributions ship with Python (or it's easy to
acquire), which can be used to obfuscate such things.
 
import hashlib as h
h.sha256(b'this is my secret key I DO remember').hexdigest()[::-1]
'6a8aabb884123762ccf20e6445fddfe58446ba47b4622a315b7d22bae992f965'
 
So little code you don't have to save anything to disk. The secret key is
almost longer. :)

Also true, and a way to convert something potentially more memerable
than a set of random dates into a 'key'.

And so long as one's python REPL does not save history (or you turn off
history before running the above) you leave no trace behind.

Date Sujet#  Auteur
18 Jun 24 * Memorizing a 128 bit / 256 bit hex key29Stefan Claas
18 Jun 24 +* Re: Memorizing a 128 bit / 256 bit hex key5Stefan Claas
18 Jun 24 i+* Re: Memorizing a 128 bit / 256 bit hex key3Stefan Claas
18 Jun 24 ii+- Re: Memorizing a 128 bit / 256 bit hex key1Stefan Claas
19 Jun 24 ii`- Re: Memorizing a 128 bit / 256 bit hex key1Peter Fairbrother
19 Jun 24 i`- Re: Memorizing a 128 bit / 256 bit hex key1Peter Fairbrother
18 Jun 24 +* Re: Memorizing a 128 bit / 256 bit hex key15Rich
18 Jun 24 i`* Re: Memorizing a 128 bit / 256 bit hex key14Stefan Claas
18 Jun 24 i `* Re: Memorizing a 128 bit / 256 bit hex key13Rich
18 Jun 24 i  +* Re: Memorizing a 128 bit / 256 bit hex key6Stefan Claas
18 Jun 24 i  i+* Re: Memorizing a 128 bit / 256 bit hex key4Rich
18 Jun 24 i  ii`* Re: Memorizing a 128 bit / 256 bit hex key3Stefan Claas
19 Jun 24 i  ii +- Re: Memorizing a 128 bit / 256 bit hex key1Rich
19 Jun 24 i  ii `- Re: Memorizing a 128 bit / 256 bit hex key1Stefan Claas
19 Jun 24 i  i`- Re: Memorizing a 128 bit / 256 bit hex key1Rich
18 Jun 24 i  `* Re: Memorizing a 128 bit / 256 bit hex key6Rich
19 Jun 24 i   `* Re: Memorizing a 128 bit / 256 bit hex key5Rich
19 Jun 24 i    +* Re: Memorizing a 128 bit / 256 bit hex key3Rich
20 Jun 24 i    i`* Re: Memorizing a 128 bit / 256 bit hex key2Rich
21 Jun 24 i    i `- Re: Memorizing a 128 bit / 256 bit hex key1Rich
16 Jul 24 i    `- Re: Memorizing a 128 bit / 256 bit hex key1Paul Leyland
19 Jun 24 +* Re: Memorizing a 128 bit / 256 bit hex key6Chris M. Thomasson
19 Jun 24 i`* Re: Memorizing a 128 bit / 256 bit hex key5Stefan Claas
19 Jun 24 i +* Re: Memorizing a 128 bit / 256 bit hex key3Rich
19 Jun 24 i i+- Re: Memorizing a 128 bit / 256 bit hex key1Chris M. Thomasson
20 Jun 24 i i`- Re: Memorizing a 128 bit / 256 bit hex key1Rich
19 Jun 24 i `- Re: Memorizing a 128 bit / 256 bit hex key1Chris M. Thomasson
19 Jun 24 +- Re: Memorizing a 128 bit / 256 bit hex key1Peter Fairbrother
19 Jun 24 `- Re: Memorizing a 128 bit / 256 bit hex key1Oscar

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal