Sign Up

dotNET Cryptography Library by MediaMongrels Ltd - Toolkit for LabVIEW Download

D Discussion Watch * 1 ↓60
 logo
Version1.0.0.3
ReleasedDec 09, 2023
Publisher MediaMongrels Ltd
License MIT
LabVIEW VersionLabVIEW>=21.0
Operating System Windows
Project links Repository   Discussion

Description

A LabVIEW wrapper for the .NET Cryptography library.

Supporting:
- Asymmetric Encryption: RSA
- Hash Functions: MD5, HMAC (256/384/512), SHA-1, SHA-2 (256/384512)
- Cryptographically Secure Random Number Generation (RNG)
- Symmetric Encryption: AES
- Key Derivation: PBKDF2
- Cryptographic Key Management using Software/Hardware based keystores (e.g. TPM2.0)

For more information about the .NET implementation of these functions, see:
https://learn.microsoft.com/en-us/dotnet/standard/security/cryptography-model

Release Notes

1.0.0.3 (Dec 09, 2023)

* Initial release as VIP of LabVIEW wrappers for the .NET Cryptographic libraries.

samsharp99 was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

Thanks (for the .NET AES interface)!
Hi @Sam Sharp. Thanks for releasing this! I was actually playing around with .NET's AES interface…