Jump to content

Search the Community

Showing results for tags 'encrypt resources protect'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi all, I read a lot about securing/protecting/etc etc. What I mainly need is to store my reserved datas (login/credentials/addresses) used by the main .au3 in a .dat encrypted file. It has been told to me to use Resources() by Zedna. It seems a good idea, but I have some questions about: I can create the .dat as a .txt encrypted (To Encrypt Files Use [Crypt Files.au3], ) Now shall I use Resources() by Zedna or the Encrypt version by V3000? It seems that the V3000 version uses this format: _ResourceGetAsString ( $ResName, $ResType = $RT_RCDATA, $ResLang = 0, $DLL = -1, $Pass = '', $tALG_ID = $CALG_RC4 ) and the Zedna version: _ResourceGetAsString($ResName, $ResType = $RT_RCDATA, $ResLang = 0, $DLL = -1) Probably, given the pw used to encrypt I should use the V3000 version, isnt'it? But if this is the case the problem still remains: the command _resourcegetasstring() ask me the decrypt password. Now reversing the procedure, if someone goes .exe -> .au3 can see the pw and go back with a decrypt() of the .dat. Any idea? M.
×
×
  • Create New...