Data type: Difference between revisions

Jump to navigation Jump to search
458 bytes added ,  5 March 2025
Line 83: Line 83:
'''Hash Algorithm Output and Schema Reference'''
'''Hash Algorithm Output and Schema Reference'''
<ref>[https://en.wikipedia.org/wiki/Secure_Hash_Algorithms Secure Hash Algorithms - Wikipedia]</ref>
<ref>[https://en.wikipedia.org/wiki/Secure_Hash_Algorithms Secure Hash Algorithms - Wikipedia]</ref>
<table border="1" class="wikitable sortable">
 
       <tr>
<table border="1" class="wikitable sortable" style="border-collapse: collapse; width: 100%;">
           <th>Algorithm</th>
       <tr style="background-color: #f2f2f2;">
           <th>Output Size (bits)</th>
           <th style="text-align: left;">Algorithm</th>
           <th>Max Length (chars)</th>
           <th style="text-align: left;">Output Size (bits)</th>
           <th>Schema Recommendation</th>
           <th style="text-align: left;">Max Length (chars)</th>
           <th style="text-align: left;">Schema Recommendation (Text)</th>
          <th style="text-align: left;">Schema Recommendation (Binary)</th>
       </tr>
       </tr>
       <tr>
       <tr>
Line 95: Line 97:
           <td>32</td>
           <td>32</td>
           <td>char(32)</td>
           <td>char(32)</td>
          <td>binary(16)</td>
       </tr>
       </tr>
       <tr>
       <tr>
Line 101: Line 104:
           <td>40</td>
           <td>40</td>
           <td>char(40)</td>
           <td>char(40)</td>
          <td>binary(20)</td>
       </tr>
       </tr>
       <tr>
       <tr>
Line 107: Line 111:
           <td>56</td>
           <td>56</td>
           <td>char(56)</td>
           <td>char(56)</td>
          <td>binary(28)</td>
       </tr>
       </tr>
       <tr>
       <tr>
Line 113: Line 118:
           <td>64</td>
           <td>64</td>
           <td>char(64)</td>
           <td>char(64)</td>
          <td>binary(32)</td>
       </tr>
       </tr>
       <tr>
       <tr>
Line 119: Line 125:
           <td>96</td>
           <td>96</td>
           <td>char(96)</td>
           <td>char(96)</td>
          <td>binary(48)</td>
       </tr>
       </tr>
       <tr>
       <tr>
Line 125: Line 132:
           <td>128</td>
           <td>128</td>
           <td>char(128)</td>
           <td>char(128)</td>
          <td>binary(64)</td>
       </tr>
       </tr>
</table>
</table>

Navigation menu