1,261 reputation
38
bio website
location Ireland
age
visits member for 4 months
seen 42 mins ago
stats profile views 28

7h
comment AES 256 decryption where passphrase is a file
Did you try reading the documentation? man openssl see "PASS PHRASE ARGUMENTS". You'll probably want to use -nosalt too.
1d
revised Decrypt from cipher text encrypted using RSA
rename sample files, minor clarifications
1d
comment Decrypt from cipher text encrypted using RSA
crt.b64 is the public key, since it turns out it's not an actual cert, I'll rename it to be more obvious. In general the "public key" is wrapped up in a cert, hence the name I used.
1d
answered Decrypt from cipher text encrypted using RSA
May
17
comment Executing arbitrary commands through iptables-restore input
modprobe is only invoked directly to load the ip_tables or ip6_tables modules. Those modules load the others as required. As noted by Gilles, --modprobe isn't part of the configuration input, see the "COMMAND" section of the iptables man page for the list, which confusingly does include -h and -V. Read the command4() function in iptables.c for more details.
May
14
comment Recognizing PGP-encrypted disks
Sorry, I have not found anything as comprehensive for other implementations. Even the Forensics Wiki is light on details.
May
7
answered Recognizing PGP-encrypted disks
Apr
23
revised Barracuda antispam access to active directory in dmz : opening port or not?
added 461 characters in body
Apr
23
answered Barracuda antispam access to active directory in dmz : opening port or not?
Apr
19
revised Is it appropriate to use haveged as a source of entropy on virtual machines?
added 540 characters in body
Apr
18
revised Is it appropriate to use haveged as a source of entropy on virtual machines?
added 202 characters in body
Apr
18
answered Is it appropriate to use haveged as a source of entropy on virtual machines?
Apr
5
awarded  Nice Answer
Apr
4
answered Expanding/Inverse Hash function
Apr
4
revised What's an easy way to perform a man-in-the-middle attack on SSL?
added 565 characters in body
Apr
4
revised What's an easy way to perform a man-in-the-middle attack on SSL?
added 910 characters in body
Apr
2
comment Why is application crash considered insecure?
CWE-20, CWE-209, CWE-528 & CWE-534, CWE-400 (and probably a few more), and regular guest on the OWASP top 10
Mar
30
revised How to assess severity/impact of vulnerability
link related q/a
Mar
30
answered How to assess severity/impact of vulnerability
Mar
30
revised What's an easy way to perform a man-in-the-middle attack on SSL?
added 832 characters in body