Exemple #1
0
func decryptIndexKey(doc *models.Document, password string) {
	doc.KeyUnencrypted = string(utils.DecryptDataArmored([]byte(doc.KeyEncrypted), password))
}