Skip to content

Replace the block cipher mode used in the Network module #5

@HoOngEe

Description

@HoOngEe

Currently, the Network module is using the block cipher mode aes-256-cbc. It does not contain message authentication so replace it with aes-gcm mode which is an authenticated message encryption method. Here is the rust implementation of the mode

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions