How to get AES Key for login using Cryptoswift

how to encrypt login details email id and password using cryptoswift and how do we get AES_KEY for App Login need help ?


Replies

I’m sorry to say there’s not nearly enough information here for me to offer any concrete suggestions. Realistically this breaks down into two sub-problems:

  • How to use CryptoSwift? (A)

  • What is your server expecting for login? (B)

With regards A, my recommendation is that you ask this via the support channel for the library you’re using, because you’re more likely to find folks with relevant experience there.

With regards B, you can find some general advice in my Debugging HTTP Server-Side Errors post.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"