Skip to content

peter-klaesson-stratsys/cryptotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptotest

Test of AES encryption - decryption using .NET

The encrypted message is base64 encoded and could be used to encrypt/decrypt URL parameters using a private key.
The IV is generated upon encryption and prepended to the encrypted data to garantee that the same message does not get encrypted to the same encrypted message twice.

Test of JWT/JWE encryption - decryption using .NET

The JWT relies on the jwt package https://github.com/dvsekhvalnov/jose-jwt and is using password based encryption for the payload encryption key.

About

AES crypto test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages