Simon Brand

Results 58 comments of Simon Brand

I want to use age to decrypt a file in an initramfs, where /dev/tty is not available. ``` could not read passphrase: open /dev/tty: no such file or address ```...

@FiloSottile If I remove `/dev/tty`, age works just fine. I don't really know why age is not able to open it, since neiter `lsof` nor `fuser` say, that it is...

Has somebody started with this yet? Otherwise I will.

@kroitor As I see it we would need new dependencies for ecc-secp256k1: python: ecdsa javascript: elliptic (sha3 is already in CryptoJS) php: N/A I dont like bloating libraries with dependencies,...

@frosty00 Ok, thank you! @kroitor Great, I love it. This is only happening for JS-dependencies, not for python? Python supports forced hashes for pip. `--require-hashes` Also the static_dependencies folder is...

@kroitor ccxt requires aiohttp, aiodns, yarl, certifi, requests, urllib3, cryptography. Those are not provided by the repo and some of them are not optional. Am I missing something?

@kroitor I have a few related questions. BinanceDEX expects a parameter in the URL. `/api/v1/orders/{id}` Is there an exchange that has implemented such thing already?

@kroitor Thank you, also worth mentioning this line: https://github.com/ccxt/ccxt/blob/master/js/kucoin.js#L1485 You saw the other comment regarding libs?

@kroitor Yes, I agree, but should we then provide hashes like in npm (pip install --require-hashes is forced when a hash is provided for a package)?