
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
abcrypt (abcrypt-cli
) is a command-line utility for
encrypt and decrypt files using the abcrypt encrypted data format.
cargo install abcrypt-cli
If you want to enable optimizations such as LTO, set them using environment variables.
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
Encrypt a file:
abcrypt encrypt data.txt > data.txt.abcrypt
Decrypt a file:
abcrypt decrypt data.txt.abcrypt > data.txt
Output as a human-readable string:
abcrypt information data.txt.abcrypt
Output:
Parameters used: memoryCost = 32; timeCost = 3; parallelism = 4;
Output as JSON:
abcrypt information -j data.txt.abcrypt | jq
Output:
{
"memoryCost": 32,
"timeCost": 3,
"parallelism": 4
}
completion
subcommand generates shell completions to standard output.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
abcrypt completion bash > abcrypt.bash
Please see the following:
abcrypt(1)
abcrypt-encrypt(1)
abcrypt-decrypt(1)
abcrypt-argon2(1)
abcrypt-information(1)
abcrypt-completion(1)
The upstream repository is available at https://github.com/sorairolake/abcrypt.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/abcrypt/
Copyright (C) 2022 Shun Sakai (see AUTHORS.adoc)
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.
FAQs
Unknown package
We found that abcrypt-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.