Crystal Updated 2025-07-16
Cryptosystem Updated 2025-07-16
Random number generation Updated 2025-07-16
Symmetric and public-key cryptography Updated 2025-07-16
Encryption Updated 2025-07-16
GNU Privacy Guard Updated 2025-07-16
Generate public private key, test encrypt and test decrypt:
# Create your pubkey.
gpg --gen-key
gpg --armor --output pubkey.gpg --export <myemail>
# Encrypt using someone's pubkey.
gpg --import pubkey2.gpg
echo 'hello world' > hello.txt
gpg --output hello.txt.gpg --encrypt --recipient <other-email> hello.txt
# Double check it is not plaintext in the encrypted message.
grep hello hello.txt.gpg
# Decrypt.
gpg --output hello.decrypt.txt --decrypt --recipient <myemail> hello.txt.gpg
diff -u hello.decrypt.txt hello.txt Internet privacy Updated 2025-07-16
Key (cryptography) Updated 2025-07-16
Man-in-the-middle attack Updated 2025-07-16
Mining pool Updated 2025-07-16
Off-chain transaction Updated 2025-07-16
List of cryptocurrency exchanges Updated 2025-07-16
Barn (unit) Updated 2025-07-16
Ghost Dog: The Way of the Samurai (1999) Updated 2025-07-16
Best quote at 00:23:01: matters of small concern should be treated seriously.
The Godfather Updated 2025-07-16
www.youtube.com/playlist?list=PLVV0r6CmEsFzCodipONmNiROhYCUWyz_U interview with Walter Murch by Web of Stories. He worked on sound design for all The Godfather films, and tells some interesting details about it. He's just super nice in general otherwise. E.g.:
- www.youtube.com/watch?v=w4OK8__gfGo talks about the sound design for the restaurant scene in The Godfather Part II (1974)
Covariant vector Updated 2025-07-16
Contravariant vector Updated 2025-07-16
Basic English Updated 2025-07-16
1925 by Charles Kay Ogden.
Learning English Updated 2025-07-16
1959 by Voice of America.
Mechanical resonance Updated 2025-07-16
There are unlisted articles, also show them or only show them.