Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wultra/powerauth-crypto
PowerAuth - Open-source solution for authentication, secure data storage and transport security in mobile banking.
https://github.com/wultra/powerauth-crypto
authentication authorization banking banking-applications encryption mobile-security passwordless passwordless-authentication protocol psd2 security signed-requests strong-customer-authentication transaction-signing
Last synced: 23 days ago
JSON representation
PowerAuth - Open-source solution for authentication, secure data storage and transport security in mobile banking.
- Host: GitHub
- URL: https://github.com/wultra/powerauth-crypto
- Owner: wultra
- License: apache-2.0
- Created: 2015-11-05T12:48:44.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T07:59:06.000Z (10 months ago)
- Last Synced: 2024-04-12T15:14:59.438Z (10 months ago)
- Topics: authentication, authorization, banking, banking-applications, encryption, mobile-security, passwordless, passwordless-authentication, protocol, psd2, security, signed-requests, strong-customer-authentication, transaction-signing
- Language: Java
- Homepage: https://www.wultra.com/product/wultra-mobile-security-suite/
- Size: 18 MB
- Stars: 54
- Watchers: 17
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PowerAuth
[![Coverity Scan Build Status](https://scan.coverity.com/projects/16631/badge.svg)](https://scan.coverity.com/projects/wultra-powerauth-crypto)
[![Test with Maven](https://github.com/wultra/powerauth-crypto/actions/workflows/maven-test.yml/badge.svg)](https://github.com/wultra/powerauth-crypto/actions/workflows/maven-test.yml)
[![GitHub issues](https://img.shields.io/github/issues/wultra/powerauth-crypto.svg?maxAge=2592000)](https://github.com/wultra/powerauth-crypto/issues)
[![Maven Central](https://img.shields.io/maven-central/v/io.getlime.security/powerauth-java-crypto.svg?maxAge=2592000)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.getlime.security%22)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/wultra)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.txt)PowerAuth is a protocol for a key exchange and for subsequent request signing designed specifically for the purposes of applications with high security demands, such as banking applications or identity management applications. It defines all items that are required for a complete security solution: a used cryptography, a security scheme and standard RESTful API end-points.
A typical use-case for PowerAuth protocol would be assuring the security of a mobile banking application. User usually downloads a "blank" (non-personalized) mobile banking app from the mobile application market. Then, user activates (personalizes, using a key-exchange algorithm) the mobile banking using some application that is assumed secure, for example via the internet banking or via the branch kiosk system. Finally, user can use activated mobile banking application to create signed requests - to log in to mobile banking, send a payment, certify contracts, etc.
## Documentation
For the most recent documentation and tutorials, please visit [PowerAuth Crypto Documentation on GitHub](./docs/Readme.md) or visit [developers.wultra.com](https://developers.wultra.com/docs/develop/powerauth-crypto).
# License
All sources are licensed using Apache 2.0 license, you can use them with no restriction. If you are using PowerAuth, please let us know. We will be happy to share and promote your project.