Skip to content

Commit 5d0583a

Browse files
committed
Adjust variable declarations
1 parent 15a37fd commit 5d0583a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lesson-02/demo-01-crypto/encryption-demo2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Encrypt and decrypt data using AES-256-GCM with secure IV and key management
22
const crypto = require('crypto');
33

4-
const TEST_KEY_01 = "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";
54
const TEST_KEY_02 = "sk_live_4eC39HqLyjWDarjtT1zdp7dc";
65

76
// Infosec best practices:

0 commit comments

Comments
 (0)