package
0.0.0-20240829150431-63fc2867930b
Repository: https://github.com/kisom/cryptutils.git
Documentation: pkg.go.dev
# README
migrate-store
This is a small utility to migrate stores from the less-secure scrypt settings before to the new ones.
The previous scrypt settings used a security setting suitable for interactive logins (N=214). This will convert a store to use the setting for long-term storage (N=220).
Usage
migrate-store files...
# Packages
Package secret contains utilities for encrypting and decrypting data with secret keys; it is aimed primarily at password-based encryption.