fourkitchens / czdap-tools

Tools for downloading zone data and authentication credentials from ICANN's CZDS application.
MIT License
125 stars 47 forks source link

Error: Decryption failed, do you have the correct keyfile? #14

Open erkansen opened 7 years ago

erkansen commented 7 years ago

My token and the key file is correct but I could not decrypt my credentials.

The test is ok. I can see the test cred from the test directory.

Is there anything I can check for it?

erkansen commented 7 years ago

Is there anybody could answer me ?

lanrat commented 7 years ago

Did you ever figure out a solution?

erkansen commented 7 years ago

I have no solution at all.

PS: Download script is working with same key and api code.

lanrat commented 7 years ago

I created a second czds account and tried with that too. For both accounts, I get the same encrypted response from the API. This means that the usernames and passwords are not being encrypted with our keys, but with something else.

Is the host you get in your response ftp.tcinet.ru?

lanrat commented 7 years ago
$ ./decrypt.py 
server,username,password
Error: Decryption failed, do you have the correct keyfile?
Unkickable commented 6 years ago

I got the same error. Reissued token but same issue. Able to use download.py but decrypt.py is not working. Any solution?