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: vertx-web-session-stores/vertx-web-sstore-cookie/src/main/java/io/vertx/ext/web/sstore/cookie/CookieSessionStore.java
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,26 +23,48 @@
23
23
24
24
/**
25
25
* A SessionStore that uses a Cookie to store the session data. All data is stored in
26
-
* encrypted form using {@code AES-256 with AES/CBC/PKCS5Padding}.
26
+
* encrypted form using {@code AES-256 with AES/GCM/NoPadding}.
Copy file name to clipboardExpand all lines: vertx-web-session-stores/vertx-web-sstore-cookie/src/main/java/io/vertx/ext/web/sstore/cookie/impl/CookieSession.java
Copy file name to clipboardExpand all lines: vertx-web-session-stores/vertx-web-sstore-cookie/src/main/java/io/vertx/ext/web/sstore/cookie/impl/CookieSessionStoreImpl.java
Copy file name to clipboardExpand all lines: vertx-web-session-stores/vertx-web-sstore-cookie/src/test/java/io/vertx/ext/web/sstore/cookie/tests/CookieSessionCreateTest.java
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -37,24 +37,9 @@ public class CookieSessionCreateTest {
0 commit comments