Utility library ( static ) based on NSFoundation
Fits for any apple system : iOS, MacOS, WatchOS, tvOS
Back to Home - Header File - Source File
Return data from data bytes formatted as a 'readable' string.
*( Fast algorithm )*
**+(NSData*)dataWithBytesString:(NSString*)bytesString;**
Returns data bytes formatted as a 'readable' string.
*( Fast algorithm )*
**-(NSString*)bytesString;**
Returns random bytes.
*( Fits for cryptographic usage )*
**+(NSArray*)randomDataOfLength:(NSUInteger)length;**
Array must contains only NSString objects.
MFFoundationFramework - ©2007-2016 Tristan Leblanc - MooseFactory Software