From 8cebdca6afb3b48eca52d9b23c886fc98d873c18 Mon Sep 17 00:00:00 2001 From: Prakash Thakur <89472789+CodingThe@users.noreply.github.com> Date: Sat, 29 Oct 2022 13:44:28 +0530 Subject: [PATCH] Create Security --- Security | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Security diff --git a/Security b/Security new file mode 100644 index 00000000..9f69c410 --- /dev/null +++ b/Security @@ -0,0 +1,3 @@ +string openssl_encrypt( string $data, string $method, string $key, + $options = 0, string $iv, string $tag= NULL, + string $aad, int $tag_length = 16 )