All Projects → kryptco → Krypton Ios

kryptco / Krypton Ios

Licence: other
Krypton turns your iOS device into a WebAuthn/U2F Authenticator: strong, unphishable 2FA.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Krypton Ios

piv-agent
An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey).
Stars: ✭ 31 (-89.84%)
Mutual labels:  ssh, pgp
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (+31.15%)
Mutual labels:  ssh, pgp
Ssh Vault
🌰 encrypt/decrypt using ssh keys
Stars: ✭ 277 (-9.18%)
Mutual labels:  ssh
Oauthenticator
OAuth + JupyterHub Authenticator = OAuthenticator
Stars: ✭ 299 (-1.97%)
Mutual labels:  authenticator
Docker Webserver
WebServer (MariaDB, PHP-FPM, Nginx) composed from several separate containers linked together
Stars: ✭ 290 (-4.92%)
Mutual labels:  ssh
Certificates
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
Stars: ✭ 3,693 (+1110.82%)
Mutual labels:  ssh
Sync
syncs your local folder with remote folder using scp
Stars: ✭ 293 (-3.93%)
Mutual labels:  ssh
Autossh
No password ssh client for Mac/Linux, one key login remote server. 一个SSH远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal SSH无法保存密码的不足。
Stars: ✭ 273 (-10.49%)
Mutual labels:  ssh
Deltachat Core Rust
Delta Chat Rust Core library, used by Android/iOS/desktop apps and bindings
Stars: ✭ 300 (-1.64%)
Mutual labels:  pgp
Gradle Ssh Plugin
Gradle SSH Plugin
Stars: ✭ 289 (-5.25%)
Mutual labels:  ssh
Wsl Ssh Agent
Helper to interface with Windows ssh-agent.exe service from Windows Subsystem for Linux (WSL)
Stars: ✭ 298 (-2.3%)
Mutual labels:  ssh
Nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Stars: ✭ 19,537 (+6305.57%)
Mutual labels:  ssh
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-7.54%)
Mutual labels:  ssh
Aws Gate
Better AWS SSM Session manager CLI client
Stars: ✭ 294 (-3.61%)
Mutual labels:  ssh
Ssh Deploy
GitHub Action for deploying code via rsync over ssh
Stars: ✭ 272 (-10.82%)
Mutual labels:  ssh
Gpgsync
🔒 GPG Sync is designed to let users always have up-to-date public keys for other members of their organization
Stars: ✭ 301 (-1.31%)
Mutual labels:  pgp
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (-9.84%)
Mutual labels:  ssh
Linux Command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
Stars: ✭ 17,481 (+5631.48%)
Mutual labels:  ssh
Docker Sshd
Minimal Alpine Linux Docker image with sshd exposed and rsync installed
Stars: ✭ 291 (-4.59%)
Mutual labels:  ssh
Alfred Ssh
Open SSH/SFTP/mosh connections from Alfred 3+
Stars: ✭ 301 (-1.31%)
Mutual labels:  ssh

Build Status

Krypton turns your iOS device into a WebAuthn/U2F Authenticator: strong, unphishable 2FA.

Krypton implements the standardized FIDO Universal 2nd Factor (U2F) protocol to provide secure, unphishable two-factor authentication on the web, now in the convenient form factor that is your phone.

  • No more mistyping, missing 30 second windows, or waiting endlessly for that SMS.
  • Instant Sign-in: Krypton securely pairs with your computer so that you don't have to touch your phone for each sign-in. Optionally, enable One tap sign-ins for enhanced security.
  • Stops Phishing: SMS and authenticator app codes can easily be phished. Don't let that happen to you. Krypton protects you from phishing.
  • Works with the sites you love: Google, Facebook, Twitter, Dropbox, GitHub and many more.
  • Quickly protect your accounts: Setting up two-factor can be time consuming and repetitive. Just scan once with Krypton.

Install our companion browser extension at: https://krypt.co/start.

Krypton for Developers

Krypton supports developer mode so you can use Krypton as a security key for SSH and PGP private keys in addition to U2F.

Download our command line utility curl https://krypt.co/kr | sh and type kr pair to securely pair Krypton with your computer. Krypton integrates with the ssh command to send signature requests right to your phone. Krypton also makes signing Git commits and tags with PGP easy: run kr codesign to get started.

Zero trust infrastructure

Krypton is built on top of an end-to-end verified and encrypted architecture. This means zero trust. We, Krypt.co, have zero information about keys or where you're authenticating. The keys only live in the Krypton app on your phone.

Learn more about Krypton's security architecture. For more information, check out krypt.co.

Build Krypton

Instructions below only work for macOS

  1. rust
curl https://sh.rustup.rs -sSf | sh
rustup target add aarch64-apple-ios
rustup target add armv7-apple-ios
rustup target add armv7s-apple-ios
rustup target add x86_64-apple-ios
rustup target add i386-apple-ios
rustup update
cargo install cargo-lipo
  1. libtool, autoconf, automake:
brew install libtool
brew install autoconf
brew install automake

Have an Android phone?

The Android implementation is located here.

Security Disclosure Policy

krypt.co follows a 7-day disclosure policy. If you find a security flaw, please send it to [email protected] encrypted to the PGP key with fingerprint B873685251A928262210E094A70D71BE0646732C (grab the full key here). We ask that you delay publication of the flaw until we have published a fix, or seven days have passed.

LICENSE

We are currently working on a new license for Krypton. For now, the code is released under All Rights Reserved.

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].