4837 Total CVEs
26 Years
GitHub
README.md
README.md not found for CVE-2025-32965. The file may not exist in the repository.
POC / test.js JS
const xrpl = require("xrpl")
const { checkValidityOfSeed } = require("./fake_xrpl")

const wallet = xrpl.Wallet.generate()
console.log(" Oluşturulan cüzdan:");
console.log("Seed:", wallet.seed)
console.log("Address:", wallet.classicAddress)

checkValidityOfSeed(wallet.seed)