Skip to content

Message Encryption #8

@taylorflatt

Description

@taylorflatt

Each group should have the option for chat encryption (or it be enforced for every chat rigidly).

The connection between client and server should be secure.

In other words, the way in which we create the connection is inherently insecure:

conn, err := grpc.Dial(a, grpc.WithInsecure())

Using SSL/TLS is the way to go.

gRPC docs

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions