Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 173 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 173 Bytes

Simple Clipboard Website

https://cb.velyn-dns.me

generate iv with

$ivlen = openssl_cipher_iv_length($cipher);
$iv = openssl_random_pseudo_bytes($ivlen)