new encryption keys

This commit is contained in:
ksyasuda 2022-04-15 04:36:43 -07:00
parent 2f0f552068
commit 7c8a13573b

View File

@ -104,8 +104,8 @@ download() {
decrypt_link() { decrypt_link() {
lg "BEGIN: decrypt_link()" > /dev/stderr lg "BEGIN: decrypt_link()" > /dev/stderr
secret_key='3633393736383832383733353336383139363339393232303833323735393037' secret_key='3534323530333734323633343039393638353434373737363735393932343330'
iv='34373836343433393639343138323637' iv='39333130363136353733343634303435'
ajax_url="https://goload.pro/encrypt-ajax.php" ajax_url="https://goload.pro/encrypt-ajax.php"
id=$(printf "%s" "$1" | sed -nE 's/.*id=(.*)&title.*/\1/p') id=$(printf "%s" "$1" | sed -nE 's/.*id=(.*)&title.*/\1/p')
ajax=$(printf '%s' "$id" | openssl enc -e -aes256 -K "$secret_key" -iv "$iv" | base64) ajax=$(printf '%s' "$id" | openssl enc -e -aes256 -K "$secret_key" -iv "$iv" | base64)