Skip to content

sfX-android/update_verifier_legacy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

git clone https://github.com/sfX-Android/update_verifier
cd update_verifier
pip install -r requirements.txt

Usage

Verifying Build Authenticity

You can verify whether a build has been signed with our keys with this command:

python update_verifier.py XXX_pubkey /path/to/zip

(obviously replace XXX_pubkey with the public key file and /path/to/zip with the path to the zip you want to verify)

If the script reports verified successfully, the ZIP file signature is valid.

For the paranoid, the contents of this page are stored on our GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.1%
  • Roff 8.9%