Liste des Groupes | Revenir à s crypt |
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.
'6a8aabb884123762ccf20e6445fddfe58446ba47b4622a315b7d22bae992f965'import hashlib as h
h.sha256(b'this is my secret key I DO remember').hexdigest()[::-1]
So little code you don't have to save anything to disk. The secret key is
almost longer. :)
Les messages affichés proviennent d'usenet.