From cc37aa26472f02200879557cb34eec0c1f3d93f3 Mon Sep 17 00:00:00 2001 From: Vladimir Bryzgalov Date: Fri, 17 Apr 2026 22:40:08 +0500 Subject: [PATCH] feat(crypto): AES-256-CBC token encryption via AUTH_KEY --- includes/class-crypto.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 includes/class-crypto.php diff --git a/includes/class-crypto.php b/includes/class-crypto.php new file mode 100644 index 0000000..8843394 --- /dev/null +++ b/includes/class-crypto.php @@ -0,0 +1,36 @@ +