mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ebd6910628
Akmos is a cryptographic library with CLI. It supports: - symmetric ciphering; - computing message digests (hashes); - calculating a message authentication code (MAC); Depends only on the standard C library. Primary develop for the x86_64 architecture. WWW: https://github.com/melanhit/akmos PR: 206987 Submitted by: Andrew Romanenko <melanhit@gmail.com>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
Akmos is a cryptographic library with CLI.
|
|
|
|
It supports:
|
|
- symmetric ciphering;
|
|
- computing message digests (hashes);
|
|
- calculating a message authentication code (MAC);
|
|
|
|
Depends only on the standard C library.
|
|
Primary develop for the x86_64 architecture.
|
|
|
|
WWW: https://github.com/melanhit/akmos
|