6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
Categories:
|
|
- Internet
|
|
- Security
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/mwgg/passera
|
|
IssueTracker: https://github.com/mwgg/passera/issues
|
|
|
|
AutoName: Passera
|
|
Summary: Generate strong passwords
|
|
Description: |-
|
|
Simple tool that allows users to have strong unique passwords for each website,
|
|
without the need to store them either locally or with an online service.
|
|
|
|
Passera turns any entered text into a strong password up to 64 characters long
|
|
and copies it to clipboard. Figure out a decent system for yourself that will
|
|
allow unique passphases for every website, such as combining website name/url
|
|
with a phrase that you would not forget. To login, fire up Passera and enter the
|
|
password you chose and your real password will be copied to clipboard.
|
|
|
|
'''Note:''' This project has been marked discontinued on 2018-03-13, and its
|
|
Github repo has been archived (made read-only).
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mwgg/passera
|
|
|
|
Builds:
|
|
- versionName: 0.1.1
|
|
versionCode: 1
|
|
commit: 247fb96e4776035704d137064ff7dea1ffc5429f
|
|
subdir: android/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.1.2
|
|
versionCode: 2
|
|
commit: fa895b7296e26f0b99a5d90693b86eb1ace7ed71
|
|
subdir: android/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.1.2
|
|
CurrentVersionCode: 2
|