Explorar o código

Merge pull request #85 from Manishearth/crypt

Add UNIX crypt base64 format
n1474335 %!s(int64=8) %!d(string=hai) anos
pai
achega
a459f542af
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/js/operations/Base64.js

+ 1 - 0
src/js/operations/Base64.js

@@ -31,6 +31,7 @@ var Base64 = {
         {name: "Xxencoding: +-0-9A-Za-z", value: "+\\-0-9A-Za-z"},
         {name: "Xxencoding: +-0-9A-Za-z", value: "+\\-0-9A-Za-z"},
         {name: "BinHex: !-,-0-689@A-NP-VX-Z[`a-fh-mp-r", value: "!-,-0-689@A-NP-VX-Z[`a-fh-mp-r"},
         {name: "BinHex: !-,-0-689@A-NP-VX-Z[`a-fh-mp-r", value: "!-,-0-689@A-NP-VX-Z[`a-fh-mp-r"},
         {name: "ROT13: N-ZA-Mn-za-m0-9+/=", value: "N-ZA-Mn-za-m0-9+/="},
         {name: "ROT13: N-ZA-Mn-za-m0-9+/=", value: "N-ZA-Mn-za-m0-9+/="},
+        {name: "UNIX crypt: ./0-9A-Za-z", value: "./0-9A-Za-z"},
     ],
     ],
 
 
     /**
     /**