Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
246 views

What is the best way to encrypt stored data in web2py?

I need to encrypt data stored in web2py, more precisely passwords. This is not about authentication, but more something in the line of a KeePass-like application. I've seen that is included in ...
0
votes
2answers
269 views

Problem decrypting PGP in python with pyme without user interaction

I am trying to decrypt messages using pyme (a python wrapper from gpgme). It works fine if I type in the password when it prompts but I cannot get the passphrase callback to work. Here is the code ...
0
votes
1answer
303 views

how do I sign data with pyme?

I just installed pyme on my ubuntu system. it was easy (thanks apt-get) and I can reproduce the example code (encrypting using a public key in my keyring). now I would like to sign some data and I ...
0
votes
2answers
564 views

Python Pyme: Simple decryption without user interaction

I am using Pyme to interface with GPGME and have had no problems signing / encrypting. When I try to decrypt, however, it always brings up the prompt for the passphrase despite having set it via a ...