G goyalpk macrumors newbie Original poster Aug 7, 2009 14 0 Aug 11, 2009 #1 Hi there, How can I do Base 64 encoding and use SHA1 algorithms on Mac using Cocoa and/or Mac OS API? Thanks so much in advance. Pankaj
Hi there, How can I do Base 64 encoding and use SHA1 algorithms on Mac using Cocoa and/or Mac OS API? Thanks so much in advance. Pankaj
lee1210 macrumors 68040 Jan 10, 2005 3,182 3 Dallas, TX Aug 11, 2009 #2 First two google results for "Base64 Cocoa": http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html http://www.dribin.org/dave/blog/archives/2006/03/12/base64_cocoa/ Linked from the 4th hit on SHA1 Cocoa: http://septicus.com/products/opensource/ This is a framework build around openssl, that will provide SHA1. -Lee
First two google results for "Base64 Cocoa": http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html http://www.dribin.org/dave/blog/archives/2006/03/12/base64_cocoa/ Linked from the 4th hit on SHA1 Cocoa: http://septicus.com/products/opensource/ This is a framework build around openssl, that will provide SHA1. -Lee