Skip to content

teomaik/MSc_Crypto_ergasia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanadium-demo

Set Principal & Blessings

Create Principal (server)

go run v.io/x/ref/cmd/principal create --with-passphrase=false --overwrite ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/cred/dimi dimi

Give bless to teo (as dimi, the server owner) of type: dimi:friend:teo

go run v.io/x/ref/cmd/principal bless \
    --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/cred/dimi \
    --for=24h ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/cred/teo friend:teo | \
        go run v.io/x/ref/cmd/principal \
            --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/cred/teo \
            set forpeer - dimi

Testing

Start client with blessings (as teo)

go run ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/main.go --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/cred/teo

Start server with creds (as dimi)

go run ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/main.go --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/cred/dimi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published