Skip to content

Commit

Permalink
fix(en/nineanime): Fix keys and encryption algorithm
Browse files Browse the repository at this point in the history
+ Fix Lint Error
  • Loading branch information
RowdyRushya committed Apr 14, 2024
1 parent d367fcf commit dca4733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AniwaveUtils {
vrf = vrfShift(vrf)
vrf = vrf.reversed().toByteArray()
vrf = Base64.encode(vrf, Base64.URL_SAFE or Base64.NO_WRAP)
//vrf = rot13(vrf)
// vrf = rot13(vrf)
val stringVrf = vrf.toString(Charsets.UTF_8)
return "vrf=${java.net.URLEncoder.encode(stringVrf, "utf-8")}"
}
Expand Down

0 comments on commit dca4733

Please sign in to comment.