Viewing 8 posts - 1 through 9 (of 9 total)
Note that for FIPS compliance, you can't just use PGP, you need to insure that all the PGP keys and/or configurations are set to only use FIPS compliant algorithms. ...
July 6, 2012 at 8:01 am
Some great suggestions here guys, its a great help. I have a workshop with the client in a few days. It seems there is indeed more than one...
July 5, 2012 at 1:59 am
Hey,
Has anyone got any further suggestions for this solution?
July 4, 2012 at 8:38 am
Either of the first 2 works, if you dont specify a location it assumes the root directory to place the encrypted file, and the 3rd one is fine
June 20, 2012 at 8:30 am
itll create a file, there are other switches for what to do with the file incase of duplicates:
pgp --decrypt report.doc.pgp --symmetric-passphrase Pa55w0rd --overwrite remove
June 20, 2012 at 7:57 am
I just spoke to another PGP Consultant to had another way of doing it:
Website passes record to PGP -> Encrypts -> passes back to website -> Website inserts into database
Just...
June 20, 2012 at 7:43 am
Ok really simple stuff:
pgp --encrypt report.doc --passphrase Pa55w0rd report.doc:encrypt (0:output file report.doc.pgp)
pgp --decrypt report.doc.pgp --passphrase Pa55w0rd
That will be enough to get the script working from a PGP point of view,...
June 20, 2012 at 7:20 am
Lowell (6/20/2012)
my Google-Fu pointed me to this thread from 2007 about SecureBlackbox ,...
June 20, 2012 at 6:23 am
Viewing 8 posts - 1 through 9 (of 9 total)