encrypt property

bool encrypt
getter/setter pair

Is data to be encrypted before storing. False as default.

Support only one-way encryption using a public key.

Implementation

bool encrypt = false;