Deutsch   English   Français   Italiano  
<v4vgdi$255u4$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Oscar <oxxxxxxxxxxxs@gmail.com>
Newsgroups: sci.crypt
Subject: Re: Memorizing a 128 bit / 256 bit hex key
Date: Wed, 19 Jun 2024 22:52:01 +0200
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <v4vgdi$255u4$1@dont-email.me>
References: <v4s3ld$bu48$1@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 19 Jun 2024 22:52:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="819341fa8d177646c7aa64a2288e1ebd";
	logging-data="2267076"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18M30K0SVAC0ijbyQCjg3NiFIldicRuoo8="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
 Thunderbird/102.15.1
Cancel-Lock: sha1:+kk7cvfpst/BN8kC63lIckNSH1o=
In-Reply-To: <v4s3ld$bu48$1@i2pn2.org>
Content-Language: nl
Bytes: 1992

Op 18-6-2024 om 15:55 schreef Stefan Claas:
> You thoughts please, gentlemen.
> 
> Let's say you travel and do not want to store your secret hex key on your
> device and recreate it from memory.
> 
> What do you think about this proposal?
> 
> $ printf '%x' $(date -u -d '1979-01-01 12:34:56' +%s) $(date ...) 4 or 8 times.
> 
> One has to remember only the dates (times are optional) and then simply run the
> one liner.
> 
> The encryption software can be downloaded when one arrives at his destination.
> 

Someone already mentioned using python hash functions, but perhaps;
sha1sum <some file on the device>

If you don't want to bring <some file> with you, you can download it later.

Or just make up some lengthy password and translate it manually to "hex 
digits" using "man ascii".

Or just try to remember some fun hexdigits literally like deadbeef, 
b000b5, caffee etc ..

Cheers,
Oscar