encryptKvs

fun Storage.encryptKvs(name: String, key: String): Kvs

Deprecated

Use kvsLightEncrypt

Replace with

kvsLightEncrypt(name, key)

fun Storage.encryptKvs(name: String, encryptor: Encryptor): Kvs

Deprecated

Use kvsLightEncrypt

Replace with

kvsLightEncrypt(name, encryptor)