CryptoAlgo

Results 115 comments of CryptoAlgo

I hope this method of generation would be implemented soon. It would be really helpful in my project to have full WebCrypto support.

Hmm i guess i could do that, but the entire reason i wrote the app in React Native (other than being cross platform) was that i could mostly reuse code...

Yeah but if i understand correctly the key generation will still be running in JavaScript but not natively right(?) If thats the case, what's the difference between running it in...

Regarding that library, that might help with my issue. I'll give it a try right now

Yeah I made a mistake in one of my comments. I commented before looking at the library, and assumed that they were running a JS implimentation of webcrypto in a...

@davidcallanan that seems like a very interesting approach... Might try it with a future project. But if the RSA keypair is generated in the backend, there are so many things...

@kevlened, I've ran into some issues with this WebView WebCrypto approach, namely the fact that Safari on iOS doesn't fully support RSA-OEAP encryption/decryption with SHA-512/SHA-256 hashes. Only SHA-1 is supported,...

In `build.gradle` change the javafx plugin version to `0.0.11` or above, for example: ```gradle plugins { id 'java' id 'application' id 'org.openjfx.javafxplugin' version '0.0.11' } ```

I would love this (mostly because I overwritten my python2 with a symlink to python3 in macOS)

Seems related, but in my case I'm trying to get the opposite to work: I would like my settings to apply after a power cycle, but that doesn't seem to...