You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This VI Package installs to the `<LABVIEW>\user.lib\rcpacini\hashlib` directory and is available on the diagram palette `User.lib > rcpacini > hashlib`.
13
+
This VI Package installs to the `<LABVIEW>\user.lib\_rcpacini\hashlib` directory and is available on the diagram palette `Functions > User Libraries > rcpacini > Hashlib`.
14
+
15
+
## Example
16
+
Once the VI Package is installed, open the example VI located at `<LABVIEW>\examples\rcpacini\hashlib\hashlib_example.vit`.
17
+
18
+

14
19
15
20
## Algorithms
16
-
-**SCRAM-SHA-256** - [RFC 5802] Secure authentication mechanism (client first and final messages)
|**HMAC**| Keyed-Hashing for Message Authentication |
34
+
|**PBKDF2**| Password-Based Cryptography Specification Version 2.0 |
35
+
|**SHA**| Secure Hash Algorithm |
36
+
37
+
## Development
38
+
The following sections are instructions on how to rebuild and test this package.
39
+
40
+
### Build Specs
41
+
To rebuild the Source Zip, open the `hashlib\hashlib.lvproj` (LabVIEW Project), navigate to the `Build Specifications > Hashlib Source` properties, under `Zip Information` update the **Destination** filename version and press **Build**.
42
+
43
+
The Source Zip is output to `releases/rcpacini_hashlib-X.X.X.X.zip`
44
+
45
+
To rebuild the VI Package, open the `hashlib\hashlib.vipb` (VI Package Build) in VI Package Manager, update the version information and press Build.
46
+
47
+
The VI Package is output to `releases/rcpacini_hashlib-X.X.X.X.vip`
48
+
49
+
### Tests
50
+
Once the VI Package is installed to `Functions > User Libraries > rcpacini > Hashlib`, open the `tests\test_hashlib.lvproj` and run the `test_all.vi`.
51
+
If successful, the **all_passed** boolean should return True.
31
52
32
53
## Support
33
54
Submit a ticket for bug fixes or feature requests.
0 commit comments