aes

package
v0.0.0-...-ad5b1a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "aes --key path --iv iv [in out]",
	Short: "Implementation of AES",
	Long: `This command provides an AES (Advanced Encryption Standard) / Rijndael implementation,
a common symmetric cipher.
It uses the CTR mode of operation, so encryption and decryption are the same operation.`,
	RunE: crypt,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL