reddit.com
Subsites
Posts
$ANARCHY - Choose ANARCHY, the movement that rejects the system!
ANARCHY on SOL is the movement that rejects the status quo and offers you real freedom. There is a choice set before you: Freedom or Servitude. If you choose the latter, you live a life where you serve your masters and live in financial servitude. Do you want to continue …
What Do you think About $TST?
$TST is currenty buzzing the crypto space despite CZ distaincing himself from the memecoin. His claim that the token was only for educational purpose continue to increase the memecoin marketcap astonishingly soared to over $168.40 millions. First added to Bitget SEED then listed by the exchange as $TSTBSC, now Binance …
Want to Experience the Revolutionary Serenity's sAxess Launch in Dubai?
https://preview.redd.it/hp5c3y0fxbie1.jpg?width=1280&format=pjpg&auto=webp&s=c6bb1392cbe37ea71f22f56edb51d945dc86a073 We’re giving YOU the chance to win a fully paid trip to the exclusive sAxess Launch Event in Dubai on February 25th! Flights, accommodation, and event access—all covered! sAxess isn’t just a card—it’s the future of secure digital identity, powered by DeDaSP (Decentralized Data Survivability Protocol). Now, you can …
Why do Cryptographic Standards Take Many Years to Adopt in Practice?
[One of the things](https://csrc.nist.gov/projects/post-quantum-cryptography) that struck me about the NIST Post-Quantum announcement is that it takes two decades to ensure adoption of public key infrastructure. It makes me wonder--why does it take so long to influence people to adopt and deploy cryptosystems in practice? Is it an issue in training …
RWA Alone Is Not Enough – The Future Lies in RWS !
https://preview.redd.it/t11mff1oskie1.jpg?width=1104&format=pjpg&auto=webp&s=c5aa88b4933aabf56da3faed0a2f1e8e4375633b In blockchain, **Real-World Assets (RWA)** have revolutionized industries by enabling the tokenization of physical assets like real estate, vehicles, and financial instruments. However, simply owning a tokenized asset doesn’t generate income. Without a **service layer**, these assets remain speculative, not productive. This is where **Real-World Services (RWS)** come in. …
Seeking literature/research related to group based cryptography and cryptanalysis
I'm researching group based crypto-systems and I'm trying to determine if I've hit the edge of what is available. I'm basically up to speed on what is covered in this excellent survey: Semidirect Product Key Exchange: the State of Play [https://arxiv.org/abs/2202.05178](https://arxiv.org/abs/2202.05178) Is anyone aware of anything more recent related to …
I’ve been a redditor for 2 years. Never posted
My first post So this is what it feels like to go from never posting a day in your life to casting out every day to see which fish will bite and I’m assuming every fish looks big when it’s your first time right ? Well either way please overwhelm …
Why is using Argon2id to generate an SSH key insecure?
The idea I have is a secure password into Argon2id using NaCl(truncated to 32 bytes), then use NaCl to turn that into a secret key that SSH will happily accept. I have managed to get OpenSSH to accept a key generated in this manner, and it was able to connect …
Understanding HiAE - High-Throughput Authenticated Encryption Algorithm
I saw Frank Denis (\`libsodium\` author) mention this on social media, stating: \> Until the Keccak or Ascon permutations receive proper CPU acceleration, the AES round function remains the best option for building fast ciphers on common mobile, desktop, and server CPUs. HiAE is the latest approach to this. is …
Password-based authentication of Kyber public keys
For a while now I have been messing around with a custom protocol for a pure P2P encrypted file transfer tool which uses password-based authentication, and was finally able to compile the bits and pieces I developed over a couple of months. Could this work as a PAKE alternative? What …