mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
new encryption keys
This commit is contained in:
parent
2f0f552068
commit
7c8a13573b
4
ani-cli
4
ani-cli
@ -104,8 +104,8 @@ download() {
|
||||
|
||||
decrypt_link() {
|
||||
lg "BEGIN: decrypt_link()" > /dev/stderr
|
||||
secret_key='3633393736383832383733353336383139363339393232303833323735393037'
|
||||
iv='34373836343433393639343138323637'
|
||||
secret_key='3534323530333734323633343039393638353434373737363735393932343330'
|
||||
iv='39333130363136353733343634303435'
|
||||
ajax_url="https://goload.pro/encrypt-ajax.php"
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user