Use the Airbitz wallet to login to decentralized blockchain apps with the scan of a barcode.
Use the Airbitz wallet to login to decentralized blockchain apps with the scan of a barcode.

Private keys are instantly created, encrypted, and backed up.

No words to write down, no files to save, no data to encrypt. It all happens automatically, magically.
For decades, we've utilized the enterprise security model which centralizes valuable data with trusted custodians. Over and over, this model has been proven to be flawed, with countless hacks, breakins, and thefts of consumer information and data.
Instead of relying on enterprise server security, Edge-Security encrypts data first the user's device before it ever touches a network or server.
A server-side hack yields nothing but fully encrypted, private data. A hack on a user’s device yields only the data of that one user vs millions of users. The incentive to attack the system is reduced by orders of magnitude.
Airbitz provides the world’s first edge security platform that allows developers to build apps that secure users’ data at "The Edge."
Automatic Backup
Client-Side Encryption
Multi-device synchronization
One-Touch 2 Factor Authentication
Password Recovery
Revision Control / Rollback
npm install airbitz-core-js-ui --save
var abcui = require('airbitz-core-js-ui')
var abcUiContext = abcui.makeABCUIContext({
'apiKey': 'api-key-here',
'accountType': 'account:repo:com.mydomain.myapp',
'bundlePath': '/path-to-abcui/',
'vendorName': 'My Awesome Project',
'vendorImageUrl': 'https://mydomain.com/mylogo.jpg'
});
abcUiContext.openLoginWindow(function( error, account ) {
privateKey = account.repoInfo.dataKey.toString( 'base64' )
});