Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: rotrot on February 21, 2012, 04:24:35 AM



Title: Trouble decrypting otp with gpg/cryptophane
Post by: rotrot on February 21, 2012, 04:24:35 AM
Hey Im trying to set up my otc ident and am having trouple decrypting the otp using my software. Using the gpg --decrypt <enter> (otp) just hangs. I havent been able to figure out how to decrypt it using cryptophane either. Any help would be greatly appreciated. Thanks


Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: Revalin on February 21, 2012, 04:29:52 AM
gpg --decrypt

Then paste in your data, then Ctrl-D (Unix) or Crrl-Z (Windows).

Or: gpg --decrypt <filename



Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: rotrot on February 21, 2012, 04:37:31 AM
That is exactly what I have been trying. After pasting the data and pushing enter, it just hangs. Is there a way fro me to save the otp data from the web page in a decryptable file format?


Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: Revalin on February 21, 2012, 04:41:14 AM
You need to press enter and then CONTROL-D.

 Yes, you can save it to a file and the use the second command I showed.


Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: rotrot on February 21, 2012, 04:54:24 AM
Im using windows atm. When I use ctrl-d (or ctlr-z) it just gives me ^D. Sorry for beein noobish.


Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: Revalin on February 21, 2012, 04:58:23 AM
No problem, we'll figure it out. :)

For windows you may have to do enter, ctrl-z, enter.

Also what happens if you try the file method?


Title: Re: Trouble decrypting otp with gpg/cryptophane
Post by: theymos on February 21, 2012, 05:01:14 AM
You can also do:
Code:
echo encrypted stuff | gpg --decrypt