-
Notifications
You must be signed in to change notification settings - Fork 22
Home
PowerAuth 2.0 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 2.0 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.
- Basic definitions
- Activation
- Key Derivation
- Computing and Validating Signatures
- Standard RESTful API
- Implementation notes
- Deploying PowerAuth 2.0 Server
- Deploying PowerAuth 2.0 Admin
- Deploying PowerAuth 2.0 Standard RESTful API
- Integrate PowerAuth 2.0 Server with a mobile banking server app
- Integrate PowerAuth 2.0 Server with an Internet banking server app
- Using PowerAuth 2.0 Reference Client
In order to start developing PowerAuth 2.0, read our Developer documentation.
All sources are licensed using Apache license, you can use them with no restriction. If you are using PowerAuth 2.0, please let us know. We will be happy to share and promote your project.
If you need any assistance, do not hesitate to drop us a line at [email protected].
PowerAuth 2.0 Specification
- Overview
- Basic Definitions
- Activation
- Key Derivation
- Checking Status
- Signatures
- MAC Token Based Authentication
- End-To-End Encryption
- Standard REST API
- Implementation Details
- List of Used Keys
Deployment
Applications
- PowerAuth Server
- PowerAuth Admin
- PowerAuth Push Server
- PowerAuth CMD Tool
- PowerAuth Mobile SDK
- SDK for RESTful APIs
- PowerAuth Web Flow
Development
Releases