Secret Sharing API

โš“ Rust    ๐Ÿ“… 2025-10-31    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 8      

surdeus

Warning

This post was published 31 days ago. The information described in this article may have changed.

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Secret Sharing API

Hello!

I would like to ask for a review of my project "Secret Sharing API" written in Rust, link to the repo: GitHub - Manyuta/secretonce at dev. This is the final project of my experience in rustcamp organized by the Ukrainian Rust Community.

The Secret Sharing API allows to share a secret message, that can by default only viewed once and then it is destroyed. However, the number of views as well as TTL are configurable.
The secret text can also be secured by a passphrase. The viewer of the secret text must then insert the passphrase to view the secret.

I would appreciate any comments Dev by Manyuta ยท Pull Request #1 ยท Manyuta/secretonce ยท GitHub.
Thank you

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed