User Tools

Site Tools


ch18

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ch18 [2026/06/08 10:16] – - Imported by DokuWiki Advanced Plugin djoch18 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{:rootme:ch18.png?nolink&600 |}} 
- 
-==== www.dcode.fr/hash-sha1 ==== 
- 
-{{ :rootme:ch18_decode.png?nolink&600 |}} 
- 
-Via https://www.dcode.fr/hash-sha1 
- 
-c1d0349c153ed96fe2fadf44e880aef9e69c122b 
- 
-==== calcul ==== 
- 
-  $ echo "0C:B3:19:B9:4F:C6GT-S7390G" | sha1sum  
-  75339df5b7335f1cefadc94881c2e727ce7408ec  - 
- 
-[[https://stackoverflow.com/questions/11066171/openssl-create-sha-hash-from-shell-stdin#11066190| echo -n ]] 
- 
-  $ echo -n 0C:B3:19:B9:4F:C6GT-S7390G | openssl dgst -sha1 - 
-    SHA1(stdin)= c1d0349c153ed96fe2fadf44e880aef9e69c122b 
-  $ echo -n 0C:B3:19:B9:4F:C6GT-S7390G | sha1sum - 
-    c1d0349c153ed96fe2fadf44e880aef9e69c122b  - 
-  $ printf 0C:B3:19:B9:4F:C6GT-S7390G | sha1sum - 
-    c1d0349c153ed96fe2fadf44e880aef9e69c122b  -