Sign Up
EU Cyber Resilience Act (CRA) — First Deadline September 2026
If you sell LabVIEW-based software and systems in the EU, please be aware that new CRA regulations may require you to implement security vulnerability reporting starting September 11, 2026. The VIPM Team has prepared guides to help you understand how this applies to your software applications and published packages, since it's important you understand these regulatory requirements (click the Learn More link to read these guides). Thank you for your help in keeping security front-and-center within the LabVIEW community.
Learn more

dotNET Cryptography Library by MediaMongrels Ltd - Toolkit for LabVIEW Download

D Discussion Watch * 1 ↓376
 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

2018 Version
Hello! This library is exactly what I am needing but unfortunately, I need it in 2018.  I have tr…

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