Is there a way to generate QR code image on iOS

Since iOS 7, you can use a Core Image filter to generate QR images. See the final tip here: – (CIImage *)createQRForString:(NSString *)qrString { NSData *stringData = [qrString dataUsingEncoding: NSISOLatin1StringEncoding]; CIFilter *qrFilter = [CIFilter filterWithName:@”CIQRCodeGenerator”]; [qrFilter setValue:stringData forKey:@”inputMessage”]; return qrFilter.outputImage; }

QR code reader for iPhone [closed]

ZBarSDK is another option. A very capable library. UPDATE January 2014 Beginning in iOS7, AVCaptureDevice now includes the ability to read barcodes (of all kinds) and return a human readable value. If you’re targeting iOS7+, this is the way to go. ZBarSDK is still great for pre-iOS7 support, of course.

Barcode scanner for mobile phone for Website in form [closed]

Check out https://github.com/serratus/quaggaJS “QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real- time localization and decoding of various types of barcodes such as EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 and CODABAR. The library is also capable of using getUserMedia to get direct access to the user’s camera … Read more

How to generate a QR Code for Google Authenticator that correctly shows Issuer displayed above the OTP?

The responses recommending usage of Google Charts are absolutely terrible from information security point of view. That’s essentially sharing the TOTP secret as well as your username (alice@google.com) and issuer (Example) with a third-party company with no legal obligation to keep them secret, and doing that over a GET request! Doing so you violate not … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)