I would like to encrypt Neo4j Database,
so what I am doing, I used Eclipse to create the Neo4j database {Java API}, and I used AES 128-bit key, to encrypt the nodes' properties,
How can I replace the properties for each node by encrypted ones automatically?
I am looking for something like using Array, but I am not sure, how?