From f9ba4c3561ef6f66e235d1682d5e57fbf2636296 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sat, 7 Dec 2024 12:46:05 +0800 Subject: [PATCH] Module file for initial cryptography functions. --- modules/core@1.0.0/src/crypt.n8 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/core@1.0.0/src/crypt.n8 diff --git a/modules/core@1.0.0/src/crypt.n8 b/modules/core@1.0.0/src/crypt.n8 new file mode 100644 index 0000000..9ac77bf --- /dev/null +++ b/modules/core@1.0.0/src/crypt.n8 @@ -0,0 +1,20 @@ +#!/opt/n8lang/bin/n8 +# Copyright (c) 2024 - Nathanne Isip +# This file is part of N8. +# +# N8 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, +# or (at your option) any later version. +# +# N8 is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with N8. If not, see . + +val("n8-std") + crypt.md5, + crypt.validateMd5