Skip to content
Lean Help Center home
Lean Help Center home

How is Lean encrypting the customers’ bank credentials? What is the encryption mechanism and how secure is it?

We run RSA encryption on the username and password before sending it over the wire via a network request. The encryption is done using a private/public key pair, and the encrypted data cannot be reversed engineered because the private key is kept securely in our system and not exposed to the SDK.