
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
five-bells-sender
Advanced tools
A reference implementation of an Interledger sending client
You can see the visualization in action as part of the five-bells-demo
!
send({
sourceAccount: 'http://localhost:3001/accounts/alice',
// Using Basic-Auth
sourcePassword: 'alice',
// Using TLS Client Certificate Authentication
sourceKey: fs.readFileSync('./key.pem'),
sourceCert: fs.readFileSync('./cert.pem'),
destinationAccount: 'http://localhost:3002/accounts/alice',
destinationAmount: '1',
// sourceMemo: { noteToSelf: 'Payment for the other alice' },
// destinationMemo: { invoice: '614a67a4-26b4-40f0-a798-bcca35c6e1dd' },
//additionalInfo: { sourceAccount: accountUri },
//ca: fs.readFileSYnc('./ca.pem')
}).then(function() {
console.log('success')
})
send({
sourceAccount: 'http://localhost:3001/accounts/alice',
// Using Basic-Auth
sourcePassword: 'alice',
// Using TLS Client Certificate Authentication
sourceKey: fs.readFileSync('./key.pem'),
sourceCert: fs.readFileSync('./cert.pem'),
destinationAccount: 'http://localhost:3002/accounts/alice',
sourceAmount: '1',
//additionalInfo: { sourceAccount: accountUri },
//ca: fs.readFileSYnc('./ca.pem')
}).then(function() {
console.log('success')
})
send({
sourceAccount: 'http://localhost:3001/accounts/alice',
// Using Basic-Auth
sourcePassword: 'alice',
// Using TLS Client Certificate Authentication
sourceKey: fs.readFileSync('./key.pem'),
sourceCert: fs.readFileSync('./cert.pem'),
destinationAccount: 'http://localhost:3002/accounts/bob',
destinationAmount: '1',
notary: 'http://localhost:6001',
notaryPublicKey: 'QD/UBKyptEXcu6mZThsfnE/2ZZGsrpokKqaLMUrTUqo=',
//receiptCondition: { message_hash, signer, public_key, type },
//additionalInfo: { sourceAccount: accountUri }
//ca: fs.readFileSYnc('./ca.pem')
}).then(function() {
console.log('success')
})
This library can be compiled with Babel using the command npm run build
. The compiled files will be in the babel/
folder.
FAQs
A basic Five Bells sending client library
We found that five-bells-sender 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.