CipherObject allows you to secure objects that are stored in NoSQL data stores such as MongoDB, Cassandra or Redis. Simply add a [Secure]
attribute (.NET) or @Secure
annotation (Java / Scala) above your sensitive class properties and call the Seal()
method on the object before persisting it. You can then call the Unseal()
method on the object after it is fetched from the data store.