encryptAesHmacSha2

suspend fun encryptAesHmacSha2(content: ByteArray, key: ByteArray, name: String, initialisationVector: ByteArray = SecureRandom.nextBytes(16)): AesHmacSha2EncryptedData