Added Crypt lib for common resources

This commit is contained in:
n1474335 2021-02-09 15:00:35 +00:00
parent 5d982a9c8d
commit 892a3716ed
3 changed files with 14 additions and 2 deletions

9
src/core/lib/Crypt.mjs Normal file
View file

@ -0,0 +1,9 @@
/**
* Crypt resources.
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2021
* @license Apache-2.0
*/
export const cryptNotice = "WARNING: Cryptographic operations in CyberChef should not be relied upon to provide security in any situation. No guarantee is offered for their correctness. We advise you not to use keys generated from CyberChef in operational contexts.";