Skip to content

Instantly share code, notes, and snippets.

View Solotov's full-sized avatar
🥇
Focusing

E.med Solotov

🥇
Focusing
View GitHub Profile
@Solotov
Solotov / android-backup-apk-and-datas.md
Created September 21, 2022 01:26 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

Fetch application APK

@Solotov
Solotov / rsa.py
Created January 6, 2021 12:32 — forked from djego/rsa.py
A simple RSA implementation in Python
'''
620031587
Net-Centric Computing Assignment
Part A - RSA Encryption
'''
import random
'''