desertsyao's picture
Upload folder using huggingface_hub
92abcd6 verified
Raw
History Blame Contribute Delete
15.9 kB
dataset_index,text,true_label,predicted_label,correct,error_type,probability_encryption_key_operations,probability_unrelated
2,"public TripleDESCBC() { super(8, 24, ""DESede"", ""DESede/CBC/NoPadding""); }",encryption_key_operations,unrelated,False,true_encryption_key_operations_predicted_unrelated,0.020394926890730858,0.9796050786972046
17,"public AES256CTR() { super(16, 32, ""AES"", ""AES/CTR/NoPadding""); }",encryption_key_operations,unrelated,False,true_encryption_key_operations_predicted_unrelated,0.04207650572061539,0.9579235315322876
18,"public AES192CTR() { super(16, 24, ""AES"", ""AES/CTR/NoPadding""); }",encryption_key_operations,unrelated,False,true_encryption_key_operations_predicted_unrelated,0.03068476915359497,0.969315230846405
22,"@SuppressWarnings(""unused"") static AlgorithmParameterSpec toGCMParameterSpec(int tagLenInBits, byte[] iv) { return new GCMParameterSpec(tagLenInBits, iv); }",encryption_key_operations,unrelated,False,true_encryption_key_operations_predicted_unrelated,0.1258268505334854,0.874173104763031
26,"static { config.put(""kex"", Util.getSystemProperty(""jsch.kex"", ""mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256"")); config.put(""server_host_key"", Util.getSystemProperty(""jsch.server_host_key"", ""ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256"")); config.put(""ca_signature_algorithms"", Util.getSystemProperty(""jsch.ca_signature_algorithms"", ""ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256"")); config.put(""prefer_known_host_key_types"", Util.getSystemProperty(""jsch.prefer_known_host_key_types"", ""yes"")); config.put(""enable_strict_kex"", Util.getSystemProperty(""jsch.enable_strict_kex"", ""yes"")); config.put(""require_strict_kex"", Util.getSystemProperty(""jsch.require_strict_kex"", ""no"")); config.put(""enable_server_sig_algs"", Util.getSystemProperty(""jsch.enable_server_sig_algs"", ""yes"")); config.put(""enable_ext_info_in_auth"", Util.getSystemProperty(""jsch.enable_ext_info_in_auth"", ""yes"")); config.put(""cipher.s2c"", Util.getSystemProperty(""jsch.cipher"", ""aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr"")); config.put(""cipher.c2s"", Util.getSystemProperty(""jsch.cipher"", ""aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr"")); config.put(""mac.s2c"", Util.getSystemProperty(""jsch.mac"", ""hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1"")); config.put(""mac.c2s"", Util.getSystemProperty(""jsch.mac"", ""hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1"")); config.put(""compression.s2c"", Util.getSystemProperty(""jsch.compression"", ""none"")); config.put(""compression.c2s"", Util.getSystemProperty(""jsch.compression"", ""none"")); config.put(""lang.s2c"", Util.getSystemProperty(""jsch.lang"", """")); config.put(""lang.c2s"", Util.getSystemProperty(""jsch.lang"", """")); config.put(""dhgex_min"", Util.getSystemProperty(""jsch.dhgex_min"", ""2048"")); config.put(""dhgex_max"", Util.getSystemProperty(""jsch.dhgex_max"", ""8192"")); config.put(""dhgex_preferred"", Util.getSystemProperty(""jsch.dhgex_preferred"", ""3072"")); config.put(""compression_level"", Util.getSystemProperty(""jsch.compression_level"", ""6"")); config.put(""diffie-hellman-group-exchange-sha1"", ""com.jcraft.jsch.DHGEX1""); config.put(""diffie-hellman-group1-sha1"", ""com.jcraft.jsch.DHG1""); config.put(""diffie-hellman-group14-sha1"", ""com.jcraft.jsch.DHG14""); config.put(""diffie-hellman-group-exchange-sha256"", ""com.jcraft.jsch.DHGEX256""); config.put(""diffie-hellman-group-exchange-sha224@ssh.com"", ""com.jcraft.jsch.DHGEX224""); config.put(""diffie-hellman-group-exchange-sha384@ssh.com"", ""com.jcraft.jsch.DHGEX384""); config.put(""diffie-hellman-group-exchange-sha512@ssh.com"", ""com.jcraft.jsch.DHGEX512""); config.put(""diffie-hellman-group14-sha256"", ""com.jcraft.jsch.DHG14256""); config.put(""diffie-hellman-group15-sha512"", ""com.jcraft.jsch.DHG15""); config.put(""diffie-hellman-group16-sha512"", ""com.jcraft.jsch.DHG16""); config.put(""diffie-hellman-group17-sha512"", ""com.jcraft.jsch.DHG17""); config.put(""diffie-hellman-group18-sha512"", ""com.jcraft.jsch.DHG18""); config.put(""diffie-hellman-group14-sha256@ssh.com"", ""com.jcraft.jsch.DHG14256""); config.put(""diffie-hellman-group14-sha224@ssh.com"", ""com.jcraft.jsch.DHG14224""); config.put(""diffie-hellman-group15-sha256@ssh.com"", ""com.jcraft.jsch.DHG15256""); config.put(""diffie-hellman-group15-sha384@ssh.com"", ""com.jcraft.jsch.DHG15384""); config.put(""diffie-hellman-group16-sha512@ssh.com"", ""com.jcraft.jsch.DHG16""); config.put(""diffie-hellman-group16-sha384@ssh.com"", ""com.jcraft.jsch.DHG16384""); config.put(""diffie-hellman-group18-sha512@ssh.com"", ""com.jcraft.jsch.DHG18""); config.put(""ecdsa-sha2-nistp256"", ""com.jcraft.jsch.jce.SignatureECDSA256""); config.put(""ecdsa-sha2-nistp384"", ""com.jcraft.jsch.jce.SignatureECDSA384""); config.put(""ecdsa-sha2-nistp521"", ""com.jcraft.jsch.jce.SignatureECDSA521""); config.put(""ecdh-sha2-nistp256"", ""com.jcraft.jsch.DHEC256""); config.put(""ecdh-sha2-nistp384"", ""com.jcraft.jsch.DHEC384""); config.put(""ecdh-sha2-nistp521"", ""com.jcraft.jsch.DHEC521""); config.put(""ecdh-sha2-nistp"", ""com.jcraft.jsch.jce.ECDHN""); config.put(""curve25519-sha256"", ""com.jcraft.jsch.DH25519""); config.put(""curve25519-sha256@libssh.org"", ""com.jcraft.jsch.DH25519""); config.put(""curve448-sha512"", ""com.jcraft.jsch.DH448""); config.put(""mlkem768x25519-sha256"", ""com.jcraft.jsch.DH25519MLKEM768""); config.put(""mlkem768nistp256-sha256"", ""com.jcraft.jsch.DHEC256MLKEM768""); config.put(""mlkem1024nistp384-sha384"", ""com.jcraft.jsch.DHEC384MLKEM1024""); config.put(""sntrup761x25519-sha512"", ""com.jcraft.jsch.DH25519SNTRUP761""); config.put(""sntrup761x25519-sha512@openssh.com"", ""com.jcraft.jsch.DH25519SNTRUP761""); if (JavaVersion.getVersion() >= 24) { config.put(""mlkem768"", ""com.jcraft.jsch.jce.MLKEM768""); config.put(""mlkem1024"", ""com.jcraft.jsch.jce.MLKEM1024""); } else { config.put(""mlkem768"", ""com.jcraft.jsch.bc.MLKEM768""); config.put(""mlkem1024"", ""com.jcraft.jsch.bc.MLKEM1024""); } config.put(""sntrup761"", ""com.jcraft.jsch.bc.SNTRUP761""); config.put(""dh"", ""com.jcraft.jsch.jce.DH""); config.put(""3des-cbc"", ""com.jcraft.jsch.jce.TripleDESCBC""); config.put(""blowfish-cbc"", ""com.jcraft.jsch.jce.BlowfishCBC""); config.put(""hmac-sha1"", ""com.jcraft.jsch.jce.HMACSHA1""); config.put(""hmac-sha1-96"", ""com.jcraft.jsch.jce.HMACSHA196""); config.put(""hmac-sha2-256"", ""com.jcraft.jsch.jce.HMACSHA256""); config.put(""hmac-sha2-512"", ""com.jcraft.jsch.jce.HMACSHA512""); config.put(""hmac-md5"", ""com.jcraft.jsch.jce.HMACMD5""); config.put(""hmac-md5-96"", ""com.jcraft.jsch.jce.HMACMD596""); config.put(""hmac-sha1-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACSHA1ETM""); config.put(""hmac-sha1-96-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACSHA196ETM""); config.put(""hmac-sha2-256-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACSHA256ETM""); config.put(""hmac-sha2-512-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACSHA512ETM""); config.put(""hmac-md5-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACMD5ETM""); config.put(""hmac-md5-96-etm@openssh.com"", ""com.jcraft.jsch.jce.HMACMD596ETM""); config.put(""hmac-sha256-2@ssh.com"", ""com.jcraft.jsch.jce.HMACSHA2562SSHCOM""); config.put(""hmac-sha224@ssh.com"", ""com.jcraft.jsch.jce.HMACSHA224SSHCOM""); config.put(""hmac-sha256@ssh.com"", ""com.jcraft.jsch.jce.HMACSHA256SSHCOM""); config.put(""hmac-sha384@ssh.com"", ""com.jcraft.jsch.jce.HMACSHA384SSHCOM""); config.put(""hmac-sha512@ssh.com"", ""com.jcraft.jsch.jce.HMACSHA512SSHCOM""); config.put(""sha-1"", ""com.jcraft.jsch.jce.SHA1""); config.put(""sha-224"", ""com.jcraft.jsch.jce.SHA224""); config.put(""sha-256"", ""com.jcraft.jsch.jce.SHA256""); config.put(""sha-384"", ""com.jcraft.jsch.jce.SHA384""); config.put(""sha-512"", ""com.jcraft.jsch.jce.SHA512""); config.put(""md5"", ""com.jcraft.jsch.jce.MD5""); config.put(""sha1"", ""com.jcraft.jsch.jce.SHA1""); config.put(""sha224"", ""com.jcraft.jsch.jce.SHA224""); config.put(""sha256"", ""com.jcraft.jsch.jce.SHA256""); config.put(""sha384"", ""com.jcraft.jsch.jce.SHA384""); config.put(""sha512"", ""com.jcraft.jsch.jce.SHA512""); config.put(""signature.dss"", ""com.jcraft.jsch.jce.SignatureDSA""); config.put(""ssh-rsa"", ""com.jcraft.jsch.jce.SignatureRSA""); config.put(""rsa-sha2-256"", ""com.jcraft.jsch.jce.SignatureRSASHA256""); config.put(""rsa-sha2-512"", ""com.jcraft.jsch.jce.SignatureRSASHA512""); config.put(""ssh-rsa-sha224@ssh.com"", ""com.jcraft.jsch.jce.SignatureRSASHA224SSHCOM""); config.put(""ssh-rsa-sha256@ssh.com"", ""com.jcraft.jsch.jce.SignatureRSASHA256SSHCOM""); config.put(""ssh-rsa-sha384@ssh.com"", ""com.jcraft.jsch.jce.SignatureRSASHA384SSHCOM""); config.put(""ssh-rsa-sha512@ssh.com"", ""com.jcraft.jsch.jce.SignatureRSASHA512SSHCOM""); config.put(""keypairgen.dsa"", ""com.jcraft.jsch.jce.KeyPairGenDSA""); config.put(""keypairgen.rsa"", ""com.jcraft.jsch.jce.KeyPairGenRSA""); config.put(""keypairgen.ecdsa"", ""com.jcraft.jsch.jce.KeyPairGenECDSA""); config.put(""random"", ""com.jcraft.jsch.jce.Random""); config.put(""hmac-ripemd160"", ""com.jcraft.jsch.bc.HMACRIPEMD160""); config.put(""hmac-ripemd160@openssh.com"", ""com.jcraft.jsch.bc.HMACRIPEMD160OpenSSH""); config.put(""hmac-ripemd160-etm@openssh.com"", ""com.jcraft.jsch.bc.HMACRIPEMD160ETM""); config.put(""none"", ""com.jcraft.jsch.CipherNone""); config.put(""aes128-gcm@openssh.com"", ""com.jcraft.jsch.jce.AES128GCM""); config.put(""aes256-gcm@openssh.com"", ""com.jcraft.jsch.jce.AES256GCM""); config.put(""aes128-cbc"", ""com.jcraft.jsch.jce.AES128CBC""); config.put(""aes192-cbc"", ""com.jcraft.jsch.jce.AES192CBC""); config.put(""aes256-cbc"", ""com.jcraft.jsch.jce.AES256CBC""); config.put(""rijndael-cbc@lysator.liu.se"", ""com.jcraft.jsch.jce.AES256CBC""); config.put(""chacha20-poly1305@openssh.com"", ""com.jcraft.jsch.bc.ChaCha20Poly1305""); config.put(""cast128-cbc"", ""com.jcraft.jsch.bc.CAST128CBC""); config.put(""cast128-ctr"", ""com.jcraft.jsch.bc.CAST128CTR""); config.put(""twofish128-cbc"", ""com.jcraft.jsch.bc.Twofish128CBC""); config.put(""twofish192-cbc"", ""com.jcraft.jsch.bc.Twofish192CBC""); config.put(""twofish256-cbc"", ""com.jcraft.jsch.bc.Twofish256CBC""); config.put(""twofish-cbc"", ""com.jcraft.jsch.bc.Twofish256CBC""); config.put(""twofish128-ctr"", ""com.jcraft.jsch.bc.Twofish128CTR""); config.put(""twofish192-ctr"", ""com.jcraft.jsch.bc.Twofish192CTR""); config.put(""twofish256-ctr"", ""com.jcraft.jsch.bc.Twofish256CTR""); config.put(""seed-cbc@ssh.com"", ""com.jcraft.jsch.bc.SEEDCBC""); config.put(""aes128-ctr"", ""com.jcraft.jsch.jce.AES128CTR""); config.put(""aes192-ctr"", ""com.jcraft.jsch.jce.AES192CTR""); config.put(""aes256-ctr"", ""com.jcraft.jsch.jce.AES256CTR""); config.put(""3des-ctr"", ""com.jcraft.jsch.jce.TripleDESCTR""); config.put(""blowfish-ctr"", ""com.jcraft.jsch.jce.BlowfishCTR""); config.put(""arcfour"", ""com.jcraft.jsch.jce.ARCFOUR""); config.put(""arcfour128"", ""com.jcraft.jsch.jce.ARCFOUR128""); config.put(""arcfour256"", ""com.jcraft.jsch.jce.ARCFOUR256""); config.put(""userauth.none"", ""com.jcraft.jsch.UserAuthNone""); config.put(""userauth.password"", ""com.jcraft.jsch.UserAuthPassword""); config.put(""userauth.keyboard-interactive"", ""com.jcraft.jsch.UserAuthKeyboardInteractive""); config.put(""userauth.publickey"", ""com.jcraft.jsch.UserAuthPublicKey""); config.put(""userauth.gssapi-with-mic"", ""com.jcraft.jsch.UserAuthGSSAPIWithMIC""); config.put(""gssapi-with-mic.krb5"", ""com.jcraft.jsch.jgss.GSSContextKrb5""); config.put(""zlib"", ""com.jcraft.jsch.jzlib.Compression""); config.put(""zlib@openssh.com"", ""com.jcraft.jsch.jzlib.Compression""); config.put(""pbkdf2"", ""com.jcraft.jsch.jce.PBKDF2""); config.put(""bcrypt"", ""com.jcraft.jsch.jbcrypt.JBCrypt""); config.put(""Argon2d"", ""com.jcraft.jsch.bc.Argon2""); config.put(""Argon2i"", ""com.jcraft.jsch.bc.Argon2""); config.put(""Argon2id"", ""com.jcraft.jsch.bc.Argon2""); config.put(""scrypt"", ""com.jcraft.jsch.bc.SCrypt""); if (JavaVersion.getVersion() >= 11) { config.put(""xdh"", ""com.jcraft.jsch.jce.XDH""); } else { config.put(""xdh"", ""com.jcraft.jsch.bc.XDH""); } if (JavaVersion.getVersion() >= 15) { config.put(""keypairgen.eddsa"", ""com.jcraft.jsch.jce.KeyPairGenEdDSA""); config.put(""ssh-ed25519"", ""com.jcraft.jsch.jce.SignatureEd25519""); config.put(""ssh-ed448"", ""com.jcraft.jsch.jce.SignatureEd448""); } else { config.put(""keypairgen.eddsa"", ""com.jcraft.jsch.bc.KeyPairGenEdDSA""); config.put(""ssh-ed25519"", ""com.jcraft.jsch.bc.SignatureEd25519""); config.put(""ssh-ed448"", ""com.jcraft.jsch.bc.SignatureEd448""); } config.put(""keypairgen_fromprivate.eddsa"", ""com.jcraft.jsch.bc.KeyPairGenEdDSA""); config.put(""StrictHostKeyChecking"", ""ask""); config.put(""HashKnownHosts"", ""no""); config.put(""PreferredAuthentications"", Util.getSystemProperty(""jsch.preferred_authentications"", ""gssapi-with-mic,publickey,keyboard-interactive,password"")); config.put(""PubkeyAcceptedAlgorithms"", Util.getSystemProperty(""jsch.client_pubkey"", ""ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256"")); config.put(""enable_pubkey_auth_query"", Util.getSystemProperty(""jsch.enable_pubkey_auth_query"", ""yes"")); config.put(""try_additional_pubkey_algorithms"", Util.getSystemProperty(""jsch.try_additional_pubkey_algorithms"", ""yes"")); config.put(""enable_auth_none"", Util.getSystemProperty(""jsch.enable_auth_none"", ""yes"")); config.put(""use_sftp_write_flush_workaround"", Util.getSystemProperty(""jsch.use_sftp_write_flush_workaround"", ""yes"")); config.put(""CheckCiphers"", Util.getSystemProperty(""jsch.check_ciphers"", ""chacha20-poly1305@openssh.com"")); config.put(""CheckMacs"", Util.getSystemProperty(""jsch.check_macs"", """")); config.put(""CheckKexes"", Util.getSystemProperty(""jsch.check_kexes"", ""mlkem768x25519-sha256,mlkem768nistp256-sha256,mlkem1024nistp384-sha384,sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,curve448-sha512"")); config.put(""CheckSignatures"", Util.getSystemProperty(""jsch.check_signatures"", ""ssh-ed25519,ssh-ed448"")); config.put(""FingerprintHash"", Util.getSystemProperty(""jsch.fingerprint_hash"", ""sha256"")); config.put(""MaxAuthTries"", Util.getSystemProperty(""jsch.max_auth_tries"", ""6"")); config.put(""ClearAllForwardings"", ""no""); config.put(""host_certificate_to_key_fallback"", Util.getSystemProperty(""jsch.host_certificate_to_key_fallback"", ""yes"")); }",unrelated,encryption_key_operations,False,true_unrelated_predicted_encryption_key_operations,0.5420936346054077,0.45790645480155945
37,"public BlowfishCBC() { super(8, 16, ""Blowfish"", ""Blowfish/CBC/NoPadding""); }",encryption_key_operations,unrelated,False,true_encryption_key_operations_predicted_unrelated,0.021306728944182396,0.9786932468414307