Jump to content

Encrypt/Decrypt and check for valid users


Recommended Posts

Thanks for reading - wanted to offer to this community a paid opportunity to create 2 Small AutoHotKey Scripts Written for $20-25 total. If this is at all inappropriate for this forum, I mean no disrespect whatsoever and would ask for the post to be immediately deleted.

High-Level Summary:

Program A ) Obtain Unique User Information: RegInfo.exe (the program) Obtains unique computer info such as hard drive serial number, user name, computer name, processor ID, etc. and encrypts information into .INI file - output basically is an encrypted .INI text file.

Program B ) Validate Unique User Information: RegCheck.exe (the program) When run, the program opens the encrypted .INI file and decrypts the information looking for valid information (e.g., hard drive serial, user name, etc.) that indicates a valid user.

IMPORTANT NOTE: Many of the context references and encryption routine coding is already researched / available and can be modified by the developer if desired for rapid creation. Thanks for your interest!

Thank you for your interest and consideration - for more details please email me:

helpmeahkusers-ahk -at- yahoo.com

Jack S

Link to comment
Share on other sites

Hi,

this should be very easy with Autoit. You can get it for free. :mellow:

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Moderators

humdinger,

create 2 Small AutoHotKey Scripts

You do realise this is the AutoIt forum - not much chance of getting an AutoHotKey script written here! :mellow:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Why not doing this with Autoit?

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

You may even find encrypt/decrypt example inside AutoIT directory. In this case, you would just need to create other Encypt method if its immportant, if not, then you could even use same encription as its used in example.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...