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
@@ -64,10 +64,10 @@ Internally we use the AES-GCM symmetric encryption using a master `dbKey` that c
64
64
65
65
The `dbKey` can be generated from several methods:
66
66
67
-
*`generateKey` - random asynchronous
68
-
*`generateKeySync` - random synchronous
69
-
*`generateKeyFromPass` - derived from user-provided "password" asynchronous
70
-
*`generateKeyFromPassSync` - derived from user-provided "password" synchronous
67
+
-`generateKey` - random asynchronous
68
+
-`generateKeySync` - random synchronous
69
+
-`generateKeyFromPass` - derived from user-provided "password" asynchronous
70
+
-`generateKeyFromPassSync` - derived from user-provided "password" synchronous
71
71
72
72
For example:
73
73
@@ -95,9 +95,9 @@ The ciphertext data length is equal to the plaintext block length.
95
95
96
96
There are some differences between EFS and Node FS:
97
97
98
-
* User, Group and Other permissions: In EFS User, Group and Other permissions are strictly confined to their permission class. For example, a User in EFS does not have the permissions that a Group or Other has while in Node FS a User also has permissions that Group and Other have.
99
-
* Sticky Files: In Node FS, a sticky bit is a permission bit that is set on a file or a directory that lets only the owner of the file/directory or the root user to delete or rename the file. EFS does not support the use of sticky bits.
100
-
* Character Devices: Node FS contains Character Devices which can be written to and read from. However, in EFS Character Devices are not supported yet.
98
+
- User, Group and Other permissions: In EFS User, Group and Other permissions are strictly confined to their permission class. For example, a User in EFS does not have the permissions that a Group or Other has while in Node FS a User also has permissions that Group and Other have.
99
+
- Sticky Files: In Node FS, a sticky bit is a permission bit that is set on a file or a directory that lets only the owner of the file/directory or the root user to delete or rename the file. EFS does not support the use of sticky bits.
100
+
- Character Devices: Node FS contains Character Devices which can be written to and read from. However, in EFS Character Devices are not supported yet.
0 commit comments