All Projects → kegesch → passman-ios

kegesch / passman-ios

Licence: MIT license
An iOS app for Nextcloud's extension Passman written in React Native

Programming Languages

typescript
32286 projects
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to passman-ios

passman-flutter
A simple, cross-platform password manager created with Flutter.
Stars: ✭ 19 (-5%)
Mutual labels:  password-manager, passman
Passman
🔐 Open source password manager with Nextcloud integration
Stars: ✭ 619 (+2995%)
Mutual labels:  password-manager, nextcloud
Passwords
A simple, yet feature rich password manager for Nextcloud
Stars: ✭ 134 (+570%)
Mutual labels:  password-manager, nextcloud
slab
sudolikeaboss replacement - 1Password utility to interact with iTerm2 and type in your passwords for you.
Stars: ✭ 26 (+30%)
Mutual labels:  password-manager
limit login to ip
nextcloud app that lets you Limit login to IP ranges
Stars: ✭ 20 (+0%)
Mutual labels:  nextcloud
univention-app
📦 Nextcloud App for the Univention Corporate Server
Stars: ✭ 27 (+35%)
Mutual labels:  nextcloud
Passky-Server
API and Database for Passky (password manager)
Stars: ✭ 77 (+285%)
Mutual labels:  password-manager
xmpp-cloud-auth
🔑 Authentication hub for Nextcloud+JSXC→Prosody, ejabberd, saslauthd, Postfix
Stars: ✭ 58 (+190%)
Mutual labels:  nextcloud
docker-traefik-nextcloud-nginx
docker compose files for traefik nextcloud and nginx
Stars: ✭ 36 (+80%)
Mutual labels:  nextcloud
turaku-client
Web / Electron client application for Turaku
Stars: ✭ 27 (+35%)
Mutual labels:  password-manager
gacpass
a password management software using GacUI.
Stars: ✭ 22 (+10%)
Mutual labels:  password-manager
secrets
Not Yet Another Password Manager written in Go using libsodium
Stars: ✭ 28 (+40%)
Mutual labels:  password-manager
calcardbackup
calcardbackup: moved to https://codeberg.org/BernieO/calcardbackup
Stars: ✭ 67 (+235%)
Mutual labels:  nextcloud
nextcloud-node-client
Nextcloud node.js client for TypeScript and JavaScript
Stars: ✭ 41 (+105%)
Mutual labels:  nextcloud
goLazagne
Go library for credentials recovery
Stars: ✭ 177 (+785%)
Mutual labels:  password-manager
pwm
自用的密码管理工具
Stars: ✭ 34 (+70%)
Mutual labels:  password-manager
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (+30%)
Mutual labels:  password-manager
passwall-desktop
PassWall Desktop is the desktop client for PassWall Server written with Electron Vue.
Stars: ✭ 145 (+625%)
Mutual labels:  password-manager
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (+60%)
Mutual labels:  nextcloud
PASSY
This project has moved to GitLab.com
Stars: ✭ 14 (-30%)
Mutual labels:  password-manager

DISCONTINUED -> Feel free to fork it :)

Passman App for iOS

iOS client for nextclouds password-manager extension Passman

Codacy Badge Build Status FOSSA Status

Current features

  • Setup nextcloud connection
  • Setting master password to lock the app
  • View the encrypted credential (with custom fields and OTP)

Development

Setup

  1. Clone Project
  2. Run npm install in the folder
  3. Run npm start and react-native run-ios

Creating App-Icon

We are usign RN-Toolbox

  1. Installing RN-Toolbox with npm install -g yo generator-rn-toolbox
  2. Installing ImageMagick (dependency) with brew install imagemagick
  3. Having a single .png file for the App-Icon we can run yo rn-toolbox:assets --icon resources/apple-touch-icon.png
  4. When asked for overwriting, reply with y

Creating screenshots and mockups

To pimp up the advertizing these tools might be helpful:

  • Shotbot to create screenshots for the AppStore
  • mockuphone to create mockup screenshots of specific device

Troubleshooting

Linking new dependencies

Run react-native link. This should do it unless the library says otherwise.

License

FOSSA Status

The source code is available under the MIT license. See the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].