https://github.com/leavez/justmypassword
Jailbreak tweak. Allow you add new card in wallet while using 4-digit password
https://github.com/leavez/justmypassword
Last synced: 7 months ago
JSON representation
Jailbreak tweak. Allow you add new card in wallet while using 4-digit password
- Host: GitHub
- URL: https://github.com/leavez/justmypassword
- Owner: leavez
- License: mit
- Created: 2019-12-07T13:36:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T10:19:57.000Z (about 6 years ago)
- Last Synced: 2025-01-28T05:27:12.066Z (over 1 year ago)
- Language: Logos
- Homepage:
- Size: 195 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> NOTE: Not work anymore. No more maintenance
# JustMyPassword
JustMyPassword is a iOS jailbreak tweak that removes the password length requirement
when adding a new card in Wallet App on iOS 13.
If you use 4-digit password, iOS 13 won't let you add a new card in the Wallet App,
It says "6-Digit password required" for security reasons. But I just want use a short password,
bacause the Face ID is not always valid, especially when you lying in the bed. JustMyPassword
will allow you to skip that step.
! JustMyPassword has nothing to do with how you change the password. If you are using 6-digit
password and having a card in the wallet, there will be no option to set to 4-digit password
in the "Settings/ Face ID & Passcode/ Change Passcode". You should remove the cards the wallet,
then 4-digit password option will be available.
When cards added, you could just remove JustMyPassword. It only hooked the adding process.
Works on iOS 13.

## Usage
### Published Package
~~Publish on Packix Repo (https://repo.packix.com). Install with Cydia or other similar package manager~~
### Compile yourself
1. clone the [theos](https://github.com/theos/theos) with `git clone --recursive https://github.com/theos/theos.git`
2. clone this repo to another path
3. cd into JustMyPassword, and `export THEOS=/Path/to/theos`
4. `FINALPACKAGE=1 make package`. Or using `make package install` to direct install to your phone if
you have ssh on your phone and `export THEOS_DEVICE_IP=` set.
## Liscese
MIT