top of page

Development Update: MoneroRing Library 1.2.2


We are thrilled to announce the latest release of the MoneroRing library, version 1.2.2! This update introduces a powerful key derivation generation method, enhancing the library’s cryptographic capabilities. Additionally, we’ve fixed a crucial bug in the base58 decoding process.


Key Highlights:


Key Derivation Generation Method: This feature leverages Diffie-Hellman shared secrets in a Monero style, enabling secure message transmission and stealth addresses. The sender creates a shared secret using their secret key and the recipient’s public key. The recipient can recreate the same shared secret using their private key and the sender’s public key. This allows both parties to have a shared secret for encrypting and decrypting messages without ever transmitting this secret over the network.

Base58 Decoding Bug Fix: The Monero base58 encoding is unique and differs from the standard base58. This fix ensures compatibility with Monero’s specific encoding requirements, making MoneroRing the go-to library for Monero-compatible base58 operations.


MoneroRing is 100% .NET C# implementation of Monero keys, shared secrets, signatures, ring signatures, and key images.


MystSafe is a secret vault (password manager) with anonymous access and zero activity tracking protected by cryptocurrency-grade tech.


For more details and to download the latest release, visit our GitHub page.


10 views0 comments
bottom of page