go run v.io/x/ref/cmd/principal create --with-passphrase=false --overwrite ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/cred/dimi dimi
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
go run ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/main.go --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/client/cred/teo
go run ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/main.go --v23.credentials ~/MSc_Crypto_ergasia/vanadium-demo/chat/server/cred/dimi