> Just wondering:
>  . where did you get the Telnet Encryption Option ENCTYPE number from?
>  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available

RFC 2946 defines available Encryption types.
We have implemented a variant and called it USS_GSS_ENCRYPTION
and currently using a value of 129.

Salil

RFC 2946
   ENCRYPT         38
       Encryption Commands
       IS               0
       SUPPORT          1
       REPLY            2
       START            3
       END              4
       REQUEST-START    5
       REQUEST-END      6
       ENC_KEYID        7
       DEC_KEYID        8
       Encryption Types
       NULL             0
       DES_CFB64        1
       DES_OFB64        2
       DES3_CFB64       3
       DES3_OFB64       4
       CAST5_40_CFB64   8
       CAST5_40_OFB64   9
       CAST128_CFB64   10
       CAST128_OFB64   11



Reply via email to