-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path11-crypto.js
More file actions
11 lines (9 loc) · 737 Bytes
/
11-crypto.js
File metadata and controls
11 lines (9 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
var functions = require('./functions.js')
data = new Buffer("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "ascii");
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));
console.log(functions.encryption_oracle(functions.random_encryption(data)));