mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
[behavior.js] Change key size to 256-bit
This commit is contained in:
parent
03566e000d
commit
e085d1eba9
@ -514,7 +514,7 @@
|
||||
try {
|
||||
|
||||
var expiration = $('#expiration').val();
|
||||
var key = zerobin.makeKey(48);
|
||||
var key = zerobin.makeKey(256);
|
||||
|
||||
zerobin.encrypt(key, paste,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user