Getting Started with Vault: A Secrets Management System
What is Vault?
Vault is an identity-based secrets and encryption management system. Secrets are any data you want to strictly control access to, such as API encryption keys, passwords, and certificates. Vault provides encryption services controlled by authentication and authorization methods. Using Vault's UI, CLI, or HTTP API, you can securely ...
Posted on Sat, 16 May 2026 03:44:17 +0000 by dabas
Working with JCEKS Keystores for Secret Key Management in Java
JCEKS (Java Cryptography Extension KeyStore) provides an enhanced keystore format for Java applications requiring secure storage of cryptographic keys. Unlike standard JKS, JCEEKS supports storing symmetric keys with stronger protection mechanisms.
Key Storage in JCEKS
The following example demonstrates generating and storing a secret key in a ...
Posted on Thu, 14 May 2026 14:11:08 +0000 by devinemke
Encrypting Word Documents Using Spire.Cloud API
This article demonstrates how to secure Word documents by applying password portection using the Spire.Cloud.Word API. We will cover the steps from obtaining API credentials to encrypting a document and viewing the result.
Setup
Account and Application Registration:
Register for an account on the Spire.Cloud website (https://cloud.e-iceblue. ...
Posted on Sun, 10 May 2026 20:36:42 +0000 by townclown