We use scrypt to derive a key from your username and password. The key is used to encrypt your secret data with 256bit AES in GCM mode.
You can check out the implementation here: https://github.com/stellar/stellar-client/blob/master/app/sc...
We use scrypt to derive a key from your username and password. The key is used to encrypt your secret data with 256bit AES in GCM mode.
You can check out the implementation here: https://github.com/stellar/stellar-client/blob/master/app/sc...