Cryptocurrency

1445 readers
1 users here now

founded 6 years ago
MODERATORS
1
2
3
4
5
6
7
 
 

I'm designing an identity-less, ephemeral messaging protocol where messages can be forged after-the-fact. The goal is protection against coercion or device seizure scenarios.

Core mechanism:

  • Session keys derived via SPAKE2 from shared secret
  • ChaCha20 encryption with deterministic nonces: sequence || timestamp
  • HMAC authentication during conversation

Forgery capability: Anyone with session keys can create alternative messages using the same sequence/timestamp that decrypt to different content.

My question: Does this actually achieve cryptographic deniability? Are there ways someone could distinguish a real conversation transcript from a forged one?

I have a working prototype and want to validate that the approach is sound.

Edit: I totally meant to post this in a cryptography community, not cryptocurrency, haha. Sorry!

8
 
 

cross-posted from: https://realbitcoin.cash/post/114645

There are people who knew this 10 years ago, this is why Bitcoin Cash was born.

9
10
11
12
13
14
15
 
 

According to their 2025 roadmap.

Forum discussion about the topic: https://forum.zcashcommunity.com/t/zcash-should-aggressively-pursue-maya-protocol-integration/46702

16
17
 
 

cross-posted from: https://realbitcoin.cash/post/40532

Electron Cash wallet with CashFusion - https://electroncash.org/

18
 
 

cross-posted from: https://realbitcoin.cash/post/31779

Pump.Fun is a token launchpad which allows anyone to simply create their own token which then is issued by a smart contract to anyone who wishes to purchase. After 80% has purchased the remainder is added as liquidity on a DEX. The creator of the token also get a reward.

This concept has been ported over to Bitcoin Cash showcasing the advanced smart contract capabilities of Bitcoin.

Have a look @ https://bchpump.cash/pump

The tokens get deployed on Cauldron DEX https://app.cauldron.quest/

19
 
 

We're all anxious to make some cash aren't we ?

My LPs have dropped out of range and my passive income has almost dried up. Even my single sided stable rates have reduced rates

20
21
 
 

cross-posted from: https://realbitcoin.cash/post/16274

"To ensure full compliance with these new regulations, we needed to act immediately..... removal of the DEX and bridge features from Komodo Wallet"

🚨 Make sure to remove all your funds and stop using this platform! Let's show them this is not OK. 🚨

22
23
 
 

cross-posted from: https://realbitcoin.cash/post/1112

Bitcoin Cash is quickly becoming the go to chain where DeFi apps are being deployed since builders know they will not run into scaling issues which can threaten the growth of their apps.

24
25
 
 

cross-posted from: https://programming.dev/post/22952335

Hi Lemmy,

I'm Martin and have been working on a free and open-source, fully DIY crypto hardware wallet for a couple of months now. I' ve just published the first functional preview of the firmware, which can be built by anyone easily using Arduino IDE, and flashed to a variety of $5-off-the-shelve ESP32 boards from Aliexpress.

The first release will allow for storing up to 30 encrypted seed phrases, and Ethereum signing via Bluetooth Low Energy. Under the hood, it's powered by the cryptographic libraries written and used by Trezor.io.

Support for more interfaces and chains can be added fairly easily due to a modular structure, and there is a whole roadmap planned to extend functionality (starting with support for displays).

If you're interested to learn more, check out the README in the Colibri repository.

Please let me know what you think, and leave a 🌟 on Github if you like the project.

Also if there's anything that you've always missed in or been annoyed by a hardware wallet, your input would be greatly appreciated!

view more: next ›