
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
RSA.rb is a Ruby library that implements the RSA encryption algorithm and the PKCS#1 cryptography standard.
require 'rsa'
key_pair = RSA::KeyPair.generate(128)
ciphertext = key_pair.encrypt("Hello, world!")
plaintext = key_pair.decrypt(ciphertext)
The recommended installation method is via RubyGems. To install the latest official release of RSA.rb, do:
% [sudo] gem install rsa # Ruby 1.9.1+
% [sudo] gem install backports rsa # Ruby 1.8.x
To get a local working copy of the development repository, do:
% git clone git://github.com/bendiken/rsa.git
Alternatively, you can download the latest development version as a tarball as follows:
% wget http://github.com/bendiken/rsa/tarball/master
Refer to the accompanying {file:CREDITS} file.
.gemspec
, VERSION
or AUTHORS
files. If you need to
change them, do so on your private branch only.CREDITS
file and the corresponding
list in the the README
. Alphabetical order applies.This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying {file:UNLICENSE} file.
FAQs
Unknown package
We found that rsa demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.