SkillAgentSearch skills...

SGTLVDecode

EMV TLV Decoder. Port to Objective-C From PHP. Original code is https://github.com/unwiredbrain/php-emv

Install / Use

/learn @saturngod/SGTLVDecode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EMV TLV decoder for iOS. Base on https://github.com/unwiredbrain/php-emv.

Import SGTLVDecode folder into your project.

#import "SGTLVDecode.h"

//some of your code
//usage it

NSDictionary *value = [SGTLVDecode decodeWithString:@"Your TLV String"];

NSLog(@"TLV %@",value);

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks2

Languages

Objective-C

Security Score

55/100

Audited on Dec 9, 2024

No findings