-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
dotNET Cryptography Library by MediaMongrels Ltd - Toolkit for LabVIEW Download
Version | 1.0.0.3 |
Released | Dec 09, 2023 |
Publisher | MediaMongrels Ltd |
License | MIT |
LabVIEW Version | LabVIEW>=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
Recent 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… |
|