Posts  / reddit.com  / r/crypto
Reddit

r/crypto

↗ Visit site

Total posts
87
Total predictions
0
Success rate
0.0%
Avg score
0.00
Posts
POST

Book for introduction to cryptography

REDDIT / FaithlessnessSalt209 / Feb 13, 2025

I am looking for a book for beginners, explaining all the concepts for key sharing, block and stream ciphers, vulnerabilities, polygons, where primes come in the picture, etc. Possibly supplemented with examples, as well as real-world ciphers and how they …

POST

Do all points of secp256k1 have the same order as standard G's one?

REDDIT / chri4_ / Feb 13, 2025

``` G_Coordinates = (0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798, 0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8) ``` and knowing that we are in `x^3 + 7` and knowing that the modulus is ``` p = 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f ``` than we can calculate the order of point G ``` n = 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141 ``` …

POST

Looking for encrypted object formats

REDDIT / Tdierks / Feb 13, 2025

I'm looking for prior art in encrypted object formats intended for encryption at rest (or store and forward messaging) for objects in the kilobytes to gigabytes range. Most probably involve marshalling together some symmetrically encrypted data along with a metadata …

POST

Storing libsodium private keys on disk

REDDIT / duanetstorey / Feb 13, 2025

Hi everyone, I want to use libsodium in PHP in a little code signing/verifying library I'm writing. I had a working implementation in OpenSSL, but that extension isn't always installed on hosts, where it seems that libsodium mostly is. The …

POST

Excited to share my latest research in Privacy Preserving Authentication technology!

REDDIT / wisdom_of_east / Feb 13, 2025

🌟 **Dear Scientists, Researchers, Scholars, and Enthusiasts,** 🌟 I am **thrilled** to announce the pre-print of my latest research paper, now available on the [International Association for Cryptologic Research (IACR) ePrint archive](https://eprint.iacr.org/2024/2066). 📚✨ >**Goal**: To authenticate accurately and securely **without …

← Prev PAGE 2 / 9 Next →