AML Sacnner
  • Introduction to AML Scanner
  • Getting Started
    • Connecting Your Wallet
    • Initiating a Verification
  • Technology
    • Web3 Integration
    • Blockchain Interaction
    • Data Processing and Security
    • Architecture & Modules
    • Security Implementation
    • Workflow
  • Links
    • Website
    • Support
Powered by GitBook
On this page
  • Message Signing
  • Encryption
  1. Technology

Data Processing and Security

PreviousBlockchain InteractionNextArchitecture & Modules

Last updated 5 months ago

Message Signing

Transactions and verification data are securely signed within the wallet using methods like:

  • web3.eth.personal.sign (Ethereum).

  • TronWeb’s equivalent signing methods.

  • Security Guarantee: The private keys remain within the wallet, ensuring that user assets are protected.

Encryption

  • End-to-End Encryption: All communication between wallets and the AML Scanner backend is encrypted using TLS 1.2/1.3.

  • CORS Policies: Configured to prevent unauthorized access to API endpoints.