iDeskangel
iDeskangel
The `privateKey.exponent` is the same as `privateExponent`, it should be `publicExponent`。 ``` String encodePrivateKeyToPemPKCS1(RSAPrivateKey privateKey) { var topLevel = new ASN1Sequence(); var version = ASN1Integer(BigInt.from(0)); var modulus = ASN1Integer(privateKey.n); var...
I use the following codes to start sftp downloading: ```kotlin var remoteFile: InputStream? = null remoteFile = channel?.get( args["path"] as String, ProgressMonitor(client.id, "DownloadProgress", eventSink) ) val buffer = ByteArray(4096) while...
The default blue color has limited visibility when the Sequoia wallpaper is applied. 
**Version info** - OS: macos 15.6.1 Even the `pull` operation will fail. It seems the bundled Git only for x86_64: on build 2112: ```bash $ lipo -archs Sublime\ Merge.app/Contents/Resources/Git/git/bin/git $...