UpdatedJan 17, 2021
PublishedJan 17, 2021
Packagehpandro.java.infosec.rsa
MD5cc90edbe3338e5fd97b5135392679a79
SHA1 (signer)EC:67:AB:FA:1D:94:19:94:0E:94:B7:9A:AC:61:FF:A4:81:7B:40:9C
Signed byCN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US
Malware scanTRUSTED
Contact[email protected]
What's new
RSA (Rivest-Shamir-Adleman)
Description
RSA (Rivest-Shamir-Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and it is different from the decryption key which is kept secret (private).
RSA is a relatively slow algorithm, and because of this, it is less commonly used to directly encrypt user data. More often, RSA passes encrypted shared keys for symmetric key cryptography which in turn can perform bulk encryption-decryption operations at much higher speed.
Your task is to find privatekey file from the device and try to decrypt given RSA encrypted string.
RSA is a relatively slow algorithm, and because of this, it is less commonly used to directly encrypt user data. More often, RSA passes encrypted shared keys for symmetric key cryptography which in turn can perform bulk encryption-decryption operations at much higher speed.
Your task is to find privatekey file from the device and try to decrypt given RSA encrypted string.
Required features
- Touchscreen android.hardware.touchscreen
- Wifi android.hardware.wifi
Permissions (3)
RSA (Rivest–Shamir–Adleman) requests the following Android permissions:
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Internet android.permission.INTERNET