Skip to content

The nonce isn’t being initialized properly #1

Closed
@alan-null

Description

@alan-null

The nonce isn’t being initialized properly. Currently creating an empty byte array:

$Nonce = [byte[]]::new(12)

This means the nonce is always 0x00 unless provided by the caller (optional parameter), which is a security risk.

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