
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.
@rarimo/auth-zkp-iden3
Advanced tools
Tools that authenticate a zero-knowledge proof and provide verifiable credentials from it.
Tools that authenticate a zero-knowledge proof and provide verifiable credentials from it.
yarn add @rarimo/auth-zkp-iden3
import { AuthZkp } from '@rarimo/auth-zkp-iden3'
import { type Identity } from '@rarimo/identity-gen-iden3'
/**
* define type with variable to proof,
* verifiableCredentials response will keep this variable in credentialSubject
*/
type QueryVariableName = { isNatural: number }
const getVerifiableCredentials = async (identity: Identity) => {
/**
* Setup config is necessary to let AuthZkp works properly
*/
AuthZkp.setConfig({
// rpc url where statev2 contract is deployed
RPC_URL: 'https://matic-mumbai.chainstacklabs.com',
// statev2 contract address
STATE_V2_ADDRESS: '0x134B1BE34911E39A8397ec6289782989729807a4',
// api url of issuer svc
ISSUER_API_URL: 'http://127.0.0.1:8000/',
})
const authProof = new AuthZkp<QueryVariableName>(identity)
const verifiableCredentials = await authProof.getVerifiableCredentials()
}
This project is licensed under the MIT License - see the LICENSE.md file for details
[2.0.0-rc.34] - 2024-03-05
@rarimo/client
- WorldId message typeFAQs
Tools that authenticate a zero-knowledge proof and provide verifiable credentials from it.
We found that @rarimo/auth-zkp-iden3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
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.