$Web Cipher: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 13: | Line 13: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>Code</th> | <tr><th>Code</th> | ||
< | <th>Meaning</th></tr> | ||
<tr><th>0</th> | <tr><th>0</th> | ||
<td>Not on a secure port or not a Web Server thread.</td></tr> | <td>Not on a secure port or not a Web Server thread.</td></tr> |
Revision as of 23:37, 16 October 2012
<section begin="desc" />Determine SSL cipher used on connection<section end="desc" />
$Web_Cipher indicates which SSL cipher, if any, is being used on the current Janus Web Server connection.
Syntax
<section begin="syntax" />%rc = $Web_Cipher <section end="syntax" />
$Web_Cipher takes no arguments and returns a cipher number.
and the MD5 digest algorithm. This is considered very strong encryption.
Code | Meaning |
---|---|
0 | Not on a secure port or not a Web Server thread. |
1 | Using RC4 with 128 bit key, 40 of which are encrypted, |
2 | Using RC4 with 128 bit key, all of which are encrypted, |