amervelic

Results 15 issues of amervelic

``` static Encrypter encryptorSalsa20 = Encrypter(Salsa20(key, iv)); static final key = '12345678123456781234567812345678'; static String iv = 'jXn2r5u8'; static String encryptTextSalsa20(String text) { String base64Text = base64.encode(utf8.encode(text)); String encText = encryptorSalsa20.encrypt(base64Text);...

support

please upgrade Kotlin plugin 1.3+

in landscape orientation - allways portrait preview ...

How to send ( post ) multipart / form-data? only string data ... not files ... Thanks ...

facebook, ebay, apple, google ... ?

How to implement chat history like whatsapp?

Sticky is always the same but should be different when it is "snap on the top" and when it is not.

i have the same motherboard and i used your EFI but after verbose - the computer restarts.

is there a way to install it on a dell e6410 with an eDP lcd connector? thanks

java.security.spec.InvalidKeySpecException: java.lang.RuntimeException: error:0c0890ba:ASN.1 encoding routines:asn1_check_tlen:WRONG_TAG W/System.err(14558): at com.android.org.conscrypt.OpenSSLKey.getPrivateKey(OpenSSLKey.java:283) W/System.err(14558): at com.android.org.conscrypt.OpenSSLRSAKeyFactory.engineGeneratePrivate(OpenSSLRSAKeyFactory.java:64) W/System.err(14558): at java.security.KeyFactory.generatePrivate(KeyFactory.java:187) W/System.err(14558): at com.juanito21.simplersa.SimpleRsaPlugin.loadPrivateKey(SimpleRsaPlugin.kt:146) W/System.err(14558): at com.juanito21.simplersa.SimpleRsaPlugin.decryptData(SimpleRsaPlugin.kt:154) W/System.err(14558): at com.juanito21.simplersa.SimpleRsaPlugin.onMethodCall(SimpleRsaPlugin.kt:62) W/System.err(14558): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:200) W/System.err(14558): at io.flutter.view.FlutterNativeView.handlePlatformMessage(FlutterNativeView.java:163) W/System.err(14558):...