Announcement

Collapse
No announcement yet.

Crypto Quistion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Crypto Quistion

    hi all
    Code:
    val=[[/wEPDwUJODE0NjAxNjI3D2QWAmYPZBYCAgMPZBYCAgkPZBYEAgUPFwcFB
    khlaWdodAcAAAAAAEiIQAUEQkFTRWQFBHJzSUQFFENyeXN0YWxSZXBvcnRTb3VyY
    2UxBQNjc3NlBQJwbQspe0NyeXN0YWxEZWNpc2lvbnMuV2ViLlByaW50TW9kZSwgQ
    3J5c3RhbERlY2lzaW9ucy5XZWIsIFZlcnNpb249MTAuMi4zNjAwLjAsIEN1bHR1c
    mU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NjkyZmJlYTU1MjFlMTMwNAEFD1Jlc
    G9ydFZpZXdTdGF0ZRcGBQpEZXNpZ25Nb2RlaAUSUGFnZVJlcXVlc3RDb250ZXh0F
    wMFClBhZ2VOdW1iZXICAQUVSXNMYXN0UGFnZU51bWJlcktub3duZwUOTGFzdFBhZ
    2VOdW1iZXICBAUHRmFjdG9yeQWWAUNyeXN0YWxEZWNpc2lvbnMuUmVwb3J0U291c
    mNlLlJlcG9ydFNvdXJjZUZhY3RvcnksQ3J5c3RhbERlY2lzaW9ucy5SZXBvcnRTb
    3VyY2UsIFZlcnNpb249MTAuMi4zNjAwLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVib==]]
    
    dec = Crypto.BlowfishDecryptString(val, "bla_bla");
    Dialog.Message("Notice", dec, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    the result always the same
    even with different passwords
    why ??

  • #2
    Hard to say, but possibly the text was encrypted with a different algorithm or parameters.

    Ulrich

    Comment


    • #3
      Originally posted by Ulrich View Post
      Hard to say, but possibly the text was encrypted with a different algorithm or parameters.

      Ulrich
      So Strange
      Thanks Ulrich

      Comment


      • #4
        There as been a few diff blowfish cods about and some don't work with the other as well, its same with a few other crypto functions you have to match them up at times, its not aways a working out of the box option
        Plugins or Sources MokoX
        BunnyHop Here

        Comment


        • #5
          thanks kingzooly

          Comment

          Working...
          X