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
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
-
# Encrypt-cookiejs (Protected by Secret Key)
1
+
# JS-cookie-encrypt (Protected by Secret Key)
2
2
3
-
**Encrypt-cookiejs** encrypt-cookiejs is a lightweight JavaScript package designed to securely manage data in browser cookies using advanced encryption techniques. This package ensures that sensitive data stored in cookies is encrypted, providing a higher level of security for client-side storage. It allows for flexible and customizable cookie management with support for various cookie attributes such as path, domain, expires, sameSite, and secure.
3
+
**JS-cookie-encrypt** is a lightweight JavaScript package designed to securely manage data in browser cookies using advanced encryption techniques. This package ensures that sensitive data stored in cookies is encrypted, providing a higher level of security for client-side storage. It allows for flexible and customizable cookie management with support for various cookie attributes such as path, domain, expires, sameSite, and secure.
4
4
5
+
Your cookie data will be securely stored in an encrypted format, ensuring that sensitive information remains protected and accessible only to you.
6
+
7
+
## Protecting Your Cookie Data
8
+
9
+
Your Cookie Will be some thing like this only you can read / access it.
0 commit comments