Swift Cryptography application
Budget: $15 – $25 USD
The goal of the project is to build a Swift application that:
1. Generates Public/Private Key Pair (ECDSA-p256),
2. Creates a hash(SHA256) from $input
3. Signs the hash with the Private Key
4. Encodes the signature in ASN.1 format
Input:
Any value to be encoded
Output:
Hex encoded Public Key
Hex encoded ASN.1 format signature
The solution will be accepted when the API that I'm using will accept both outputs.
1. Generates Public/Private Key Pair (ECDSA-p256),
2. Creates a hash(SHA256) from $input
3. Signs the hash with the Private Key
4. Encodes the signature in ASN.1 format
Input:
Any value to be encoded
Output:
Hex encoded Public Key
Hex encoded ASN.1 format signature
The solution will be accepted when the API that I'm using will accept both outputs.