Questions tagged [cryptoapi]

Cryptography API: Application programming interface that enables application developers to add authentication, encoding, and encryption to Windows-based applications. The API are oriented on the developer of unmanaged (native) applications in C/C++.

Cryptography API: Application programming interface that enables application developers to add authentication, encoding, and encryption to Windows-based applications. The API are oriented on the developer of unmanaged (native) applications in C/C++.

Microsoft cryptographic technologies include CryptoAPI, Next Generation (CNG), Cryptographic Service Providers (CSP), CryptoAPI Tools, CAPICOM, WinTrust, issuing and managing certificates, and developing customizable public key infrastructures. Certificate and smart card enrollment, certificate management, and custom module development are also described.

636 questions
-2
votes
1 answer

Blockfrost.io get transaction data with addresses (from/to)

I am looking at using Blockfrost.io API in order to read cardano transactions, I am looking to get the bare minimum which is: Address from Address to Assets transfered (type + amount) Fees So far I can not find how to retrieve a transaction…
AGuismo
  • 1
  • 2
-2
votes
1 answer

Binance API , buy crypto for crypto

Is it possible to buy cryptocurrency for another cryptocurrency (for example buy ETH using BTC) using Binance api. Cuz when i was searching inside binance api docs i didn't find anythins similar
stas
  • 3
  • 1
-2
votes
1 answer

How to get JSON data from API using Javascript?

I'm trying to get the JSON data from the website https://api.cryptonator.com/api/ticker/btc-usd How would I go about using Javascript to extract the JSON data? Specifically I would want the price field to be outputted. For a little context, I'm…
tobeydw
  • 107
  • 1
  • 12
-2
votes
1 answer

CryptGetUserKey function fails with no errors

I've been playing around with CryptoAPI and everything was fine. I've imported .PFX to the certificate store, got context, got CSP handle. Every function I've been using I've checked for the mistakes with GetLastError function. But when I'd called…
DKey
  • 1
  • 1
-4
votes
1 answer

Is there a chance that the tron wallet that I created is already used by someone?

When creating tron wallet account some random private key and wallet key is created. Should I check the balance before using it? I have created tron wallet address using this code or that one or the official one which works offline without calling…
1 2 3
42
43