how to hide part of the source passwords etc

D

Didier

I do some stuff that encapsulate calls to various systems
(os api, erp queries, databases access) and if the results
are no secret some passwords used internally are. How to
solve the issue?

example: one program to create a Windows AD user
and use internally higher credentials...(runas..)

You may ask how is it protected now?
Certainly not perfectly but it is in the compiled versions
and kids under 3 will not set a breakpoint.

regards

DD
 
D

Didier

If you create a windows user based on datas stored in a
flat file and do all the checking to have it done
consistently. You can give the program to a
non administrator of the network. But you will not give
the administrator password so that any task be done
by anyone.


regards

Didier

--
 
D

Didier

Well If i want to let users do say runas something it must
be done in client server or xml rpc or whatever the flavor.


a huge drawback for Ruby (and Python).



regards.


Didier
 
C

Cliff Cyphers

Didier said:
Well If i want to let users do say runas something it must
be done in client server or xml rpc or whatever the flavor.

How about ruby2scriptexe?
a huge drawback for Ruby (and Python).

Java isn't much safer in this regard. It's fairly straight forward to
decompile byte code to the original.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top