Is this a major problem?
I'm sure it happens, but does it happen with any significant frequency?
I can't imagine such a system, which has a higher barrier to entry
than the normal social networking sites, being well received.
But sure, such a system could be constructed, perhaps you could allow
t
Hi All
Current social networking sites have a major problem: anybody can
download your photograph and related details, edit them to his wish,
and repost on the same site.
I would suggest the following: building of, or using an existing WOT
and each person wishing to join the social networking sit
Hi
This is offtopic, but since all I am seeking is broad guidelines and a
lot of people here compile programs on Linux, I thought it easier than
to join a new list.
I have the source of a program about 2000 lines big, written for
windows. How much of an effort would it be, and what would be the
m
I can do this from a python cgi script from a browser:
os.system("gpg --version > gpg.out")
However, I cannot do this from a browser:
os.system("echo %s | gpg --batch --password-fd 0 -d %s > d.out"
%(pass, filename))
The output file is produced, but it's zero byte. I want the decrypted
file's c
I use GnuPG to encrypt a file locally symmetric encryption
An attempt to decrypt the encrypted version of the file with a wrong passphrase
results - to my suprise - in the following error message
gpg: decryption failed: bad key
instead of decrypting the file into a corrupted (due to the wrong pa