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
Copy file name to clipboardExpand all lines: src/Constants.cs
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,33 @@ internal static class Constants
53
53
/// </summary>
54
54
/// <remarks>This number is required to be 8192 by the AESCrypt specification</remarks>
55
55
internalconstintKEY_HASH_ITERATIONS=8192;
56
+
57
+
/// <summary>
58
+
/// Helper function for setting the `FIRST_MAC_ADDRESS` varible. It retrieves the first MAC address of the system. If no MAC address is found, or one of the system functions throws an exception, a default MAC address is used.
59
+
/// </summary>
60
+
/// <remarks>The default MAC address used is 01:23:45:67:89:ab</remarks>
61
+
/// <returns>The MAC address of the first network interface that has a MAC address, or the default MAC address if no such interface is found.</returns>
0 commit comments