Secret Sharing API
โ Rust ๐ 2025-10-31 ๐ค surdeus ๐๏ธ 8Hello!
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
๐ท๏ธ Rust_feed