CIAngel icon indicating copy to clipboard operation
CIAngel copied to clipboard

Simplify titleid and encrypted key input

Open Jhyrachy opened this issue 8 years ago • 3 comments

Since CIAngle is based on the sharing of the titleid and their encrypted key, it would be better to have a nicer input method, maybe something like qrcode

Jhyrachy avatar May 25 '16 12:05 Jhyrachy

Well, CIAngel is really based on wings.json ;)

I'm not sure how difficult QR code scanning would be to implement, it's not really something I'm personally interested in taking a look into at the moment, but if we get a PR that works I wouldn't be against adding that ability.

DrakiaXYZ avatar May 25 '16 15:05 DrakiaXYZ

i'm pretty sure the 3ds already have something for qrcode decoding, i'll search a bit and try to put something together then

Jhyrachy avatar May 25 '16 15:05 Jhyrachy

Well, you still have to add in camera handling, make sure the graphics format gets changed/set back correctly (So it doesn't mess up the console stuff after), deal with user input while scanning (We don't currently have threading).

Doesn't look like there's a friendly way to use the built in QR code stuff, FBI is using quirc: https://github.com/Steveice10/FBI/tree/0ef50e1f404485ea726fb7f8a62f1f344166cd73/source/quirc

DrakiaXYZ avatar May 25 '16 15:05 DrakiaXYZ