age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
Package Information
- Domain:
filippo.io/age
- Name:
age
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install age
Programs
This package provides the following executable programs:
age
age-keygen
Available Versions
Show all 3 versions
1.2.1
,1.2.0
,1.1.1
Latest Version: 1.2.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +filippo.io/age@1.2.1 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.age
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.