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
[StringEncrypt](https://www.stringencrypt.com) allows you to **encrypt strings and files** using a randomly generated algorithm, generating a unique decryption code (so-called [polymorphic code](https://www.pelock.com/articles/polymorphic-encryption-algorithms)) each time in the selected programming language.
@@ -183,10 +183,10 @@ The preferred way to install the StringEncrypt module is via [npm](https://www.n
183
183
Run:
184
184
185
185
```bash
186
-
npm install pelock-stringencrypt
186
+
npm install stringencrypt
187
187
```
188
188
189
-
The package is published at https://www.npmjs.com/package/pelock-stringencrypt
189
+
The package is published at https://www.npmjs.com/package/stringencrypt
190
190
191
191
### Basic string encryption usage example (with default options)
192
192
@@ -205,7 +205,7 @@ The package is published at https://www.npmjs.com/package/pelock-stringencrypt
0 commit comments