Comment on Swift CryptoComments−captn3m06yOh great! I spent half an hour the other day figuring out how to do MD5 on Swift without CommonCrypto or Xcode.The best answer was perfect swift libraries, which linked to OpenSSL but damn it was hard to figure out.It is still too painful to write Swift outside of the blessed Apple world. This is a step, but still a long way to go.
Comments
Oh great! I spent half an hour the other day figuring out how to do MD5 on Swift without CommonCrypto or Xcode.
The best answer was perfect swift libraries, which linked to OpenSSL but damn it was hard to figure out.
It is still too painful to write Swift outside of the blessed Apple world. This is a step, but still a long way to go.