Security

OSSTMM OPST

Today, I had good news from ISECOM. They sent me an e-mail about the OSSTMM OPST Professional Security Tester Exam and I’ve passed the exam. From that point, I am starting to study for CISSP.


Iphone and Small Security Issue

I have not been writing for a long time because this month was really hard for me. Still I have no definite plan in order to organize my time schedule, but working on it. The problem is having lots of work which I have to do at the same time. And the bigger problem than [...]


GNU Privacy Guard

GPG is a PGP suite of cryptographic software of GNU which is part of Free Software Foundation, was developed by Werner Koch. You can send encrypted files via gnuPG to anyone just has public key. It is based on assymetric cryptography. Let me tell about public-key encryption(assymetric cryptography) more.


TrueCrypt

I have used several encryption programs in order to provide security of my important files. I’ve never tried to use Truecrypt, although I heard lots of times. Today, I’ve found a chance to install and try it. I have to say that I am impressed. The biggest problem for me while I was using other [...]


Hello World

% in Prolog hello :- display(‘Hello World!’) , nl .