issues
search
adorsys
/
datasafe
Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
55
stars
24
forks
source link
Add basic functionality tests to CLI
#171
Closed
valb3r
closed
5 years ago
valb3r
commented
5 years ago
We need to have simple bash script that performs using CLI:
Create user profile (Bob)
Store message in private space
Read message from private space
Create another user profile (Alice) and share message with this user
Alice should read message from her INBOX
We need to have simple bash script that performs using CLI: