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: README.md
+44-17Lines changed: 44 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
Native module to encrypt/decrypt data on Windows with DPAPI.
8
8
9
-
This native module is **prebuilt** for Node.JS running on Windows. It provides the win32-x64 N-API module.
9
+
This native module is **prebuilt** for Node.JS running on Windows. It provides the **x64** and the **arm64** N-API modules for Windows.
10
+
11
+
This package indicates if the prebuilt module is supported on the current platform.
10
12
11
13
Based on the port to N-API made by [Microsoft](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/extensions/msal-node-extensions/src/dpapi-addon) in @msal-node-extension from the work of [Brad Hughes](https://github.com/bradhugh/node-dpapi).
12
14
@@ -21,7 +23,7 @@ This package is prebuilt, so you don't need to have build tools installed on the
21
23
22
24
## Install
23
25
24
-
The win32-x64 prebuilt module will be installed with the following command.
26
+
The prebuilt module will be installed with the following command.
0 commit comments