Difference between revisions of "User talk:2e96b290f6c5ccd2bc6830557c0aba6e"

From Geohashing
m (salted hashbrowns)
m (self-correction, thanks to Baarde)
 
Line 2: Line 2:
 
:Probably however the name that was hashed is pronounced, just as ghghghgh or ghoti is still pronounced 'fish' despite the mutations. The name must not be common enough that it's already be cracked (and published), but it does seem to be a common enough hash to show up in this list of hashes (line 12): https://pastebin.com/raw/9ehZ04TN ... md5 is hella broken (https://valerieaurora.org/hash.html -- not that an unsalted hash would have ever been secure, or in this case was even meant to be secure) so I'm sure it's a question answerable sooner rather than later in the scheme of things. [[User:Arlo|Arlo]] ([[User talk:Arlo|talk]]) 06:27, 14 February 2021 (UTC)
 
:Probably however the name that was hashed is pronounced, just as ghghghgh or ghoti is still pronounced 'fish' despite the mutations. The name must not be common enough that it's already be cracked (and published), but it does seem to be a common enough hash to show up in this list of hashes (line 12): https://pastebin.com/raw/9ehZ04TN ... md5 is hella broken (https://valerieaurora.org/hash.html -- not that an unsalted hash would have ever been secure, or in this case was even meant to be secure) so I'm sure it's a question answerable sooner rather than later in the scheme of things. [[User:Arlo|Arlo]] ([[User talk:Arlo|talk]]) 06:27, 14 February 2021 (UTC)
 
::It is 'daniel\n'. --[[User:Fippe|Fippe]] ([[User talk:Fippe|talk]]) 10:36, 14 February 2021 (UTC)
 
::It is 'daniel\n'. --[[User:Fippe|Fippe]] ([[User talk:Fippe|talk]]) 10:36, 14 February 2021 (UTC)
:::Good catch, I think omitting the newline char though:
+
:::Good catch! [[user:Baarde|Baarde]] informs me that echo adds a newline to input strings, which is why
 
  arlo@arliri:~$ echo daniel | md5sum
 
  arlo@arliri:~$ echo daniel | md5sum
 
  2e96b290f6c5ccd2bc6830557c0aba6e  -
 
  2e96b290f6c5ccd2bc6830557c0aba6e  -
:::[[User:Arlo|Arlo]] ([[User talk:Arlo|talk]]) 22:15, 15 February 2021 (UTC)
+
::: works. -- [[User:Arlo|Arlo]] ([[User talk:Arlo|talk]]) 22:15, 15 February 2021 (UTC)

Latest revision as of 22:33, 15 February 2021

Could you please explain how to pronounce your screen name? -Robyn 20:32, 22 August 2008 (UTC)

Probably however the name that was hashed is pronounced, just as ghghghgh or ghoti is still pronounced 'fish' despite the mutations. The name must not be common enough that it's already be cracked (and published), but it does seem to be a common enough hash to show up in this list of hashes (line 12): https://pastebin.com/raw/9ehZ04TN ... md5 is hella broken (https://valerieaurora.org/hash.html -- not that an unsalted hash would have ever been secure, or in this case was even meant to be secure) so I'm sure it's a question answerable sooner rather than later in the scheme of things. Arlo (talk) 06:27, 14 February 2021 (UTC)
It is 'daniel\n'. --Fippe (talk) 10:36, 14 February 2021 (UTC)
Good catch! Baarde informs me that echo adds a newline to input strings, which is why
arlo@arliri:~$ echo daniel | md5sum
2e96b290f6c5ccd2bc6830557c0aba6e  -
works. -- Arlo (talk) 22:15, 15 February 2021 (UTC)