Re: what password encryption method is this?

From: B-Con (beaconcoder_at_gmail.com)
Date: 08/31/05


Date: 30 Aug 2005 23:46:47 -0700

Decoding Base64 is as easy as breaking ROT-13. It's a simple, one-way
process. Base64 is indeed an *encoding* -- not an encryption, meaning
that there is, technically, nothing to "crack". Just find a Base64
en/decoder and see if what it decodes makes sense or not, that'll tell
you if what you're holding is in fact Base64.



Relevant Pages

  • Re: =?UTF-8?B?44KI44GV44G744GE56+A?=
    ... Is it that base64 as opposed to 7bit thing? ... A plastic packet containing four 5/17 inch pilfer grommets and two ... This is assuming your spouse's name is Margaret. ...
    (sci.lang.japan)
  • =?UTF-8?B?UmU6IOOCiOOBleOBu+OBhOevgA==?=
    ... Could someone clever please explain to me, in simple terms designed to enlighten one of the meanest understanding, why I keep getting these posts in which some of the stuff is sensible Japanese and some of the stuff is mojibake. ... Is it that base64 as opposed to 7bit thing? ...
    (sci.lang.japan)
  • Re: Trasferire file
    ... The Base64 Content-Transfer-Encoding is designed to ... The encoding and decoding algorithms ... as output strings of 4 encoded characters. ... that this may be done directly by the encoder rather than in ...
    (it.comp.macintosh)
  • Re: base64
    ... I just did a google search and found that there are base64 encoders and ... mimencode - Translate to and from mail-oriented encoding formats ... encoded version of the input to standard output. ... Copyright 1991 Bell Communications Research, Inc. (Bellcore) ...
    (comp.os.linux.misc)
  • Re: how these 2 functions may differ?
    ... The original encryption and base64 encoding is ... I attached vbscript code that does the encryption/encoding if you ... int intLength = strPwd.Length; ...
    (microsoft.public.dotnet.languages.csharp)