
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@arianee/arianeejs-server
Advanced tools
[](https://travis-ci.org/Arianee/arianee-server)
use arianeejs with http
post(nameOfMethod,[params])
ex post('url.com/requestPoa)
process.env.useBDH => url of bdh to use bdh vault chain => testnet, mainnet...etc privateKey => private key of wallet
All methods available in arianeeJS's wallet object can be called in http.
Obviously you cannot call method like fromRandomKey
, or useBDH
. These methods are set with environment variables.
For method without parameter, just call method with empty parameters
curl -H Content-Type:application/json -H "authorization: Basic YourApiKey" POST https://arianeeexample.cleverapps.io/publicKey
// output: 0xAC6943CEA275E8392c49905c960e580CfEaC0bd5
You just need to pass data as an array. Parameters are exactly the same as arianeeJS doc.
curl POST https://arianeeexample.cleverapps.io/buyCredits -H Content-Type:application/json -H -d "["certificate",1]"
curl POST https://arianeeexample.cleverapps.io/createArianeeEvent -H Content-Type:application/json
-d "[{certificateId:certificateId,
content:{
$schema:'https://cert.arianee.org/version1/ArianeeEvent-i18n.json',
title:'My Title'
}
}]"
curl POST https://arianeeexample.cleverapps.io/storeArianeeEvent -H Content-Type:application/json
-d "["YourCertificateId",yourArianeeEventId,"yourArianeeEventContent","https://arianee.cleverapps.io/arianeetestnet/rpc"]"
(async function(){
const app=await arianeeServerFactory({
privateKey: string
chain: NETWORK,
apiKey?: string,
useBDH?: string,
middlewareBefore?: Function
middlewareAfter?: Function
});
app.listen(port, () => console.log(`Arianee Server APP listening on port ${port}!`));
}())
FAQs
[](https://travis-ci.org/Arianee/arianee-server)
The npm package @arianee/arianeejs-server receives a total of 1 weekly downloads. As such, @arianee/arianeejs-server popularity was classified as not popular.
We found that @arianee/arianeejs-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
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.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.