Update signature
This commit is contained in:
		| @@ -298,12 +298,13 @@ end | |||||||
| def decrypt_signature(a) | def decrypt_signature(a) | ||||||
|   a = a.split("") |   a = a.split("") | ||||||
|  |  | ||||||
|   a = splice(a, 60) |  | ||||||
|   a.delete_at(0..1) |  | ||||||
|   a = splice(a, 31) |  | ||||||
|   a.reverse! |   a.reverse! | ||||||
|   a = splice(a, 33) |   a = splice(a, 7) | ||||||
|   a.delete_at(0..2) |   a = splice(a, 5) | ||||||
|  |   a = splice(a, 6) | ||||||
|  |   a.reverse! | ||||||
|  |   a = splice(a, 63) | ||||||
|  |   a = splice(a, 13) | ||||||
|  |  | ||||||
|   return a.join("") |   return a.join("") | ||||||
| end | end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth