I am using Keyczar and this is the psedo code on the website
Crypter crypter = new Crypter("/path/to/your/keys");
String ciphertext = crypter.encrypt("Secret message");
I know its the path to my encrpytion key but what type of file is it ??
What type of file are they refering to for "/path/to/your/keys"
. ???
It will be good if I can have a sample of such a file