| Author |
Message |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 2:30 am Subject: output encryption so 3rd party util can decrypt it |
None of those links provide enough information about their implementation of the TEA algorithm.
I surprised, the link i provided gave several utils that also provide the source code. Knowing tha ... |
Topic: modify ListView |
markreflex
Replies: 8
Views: 123
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 2:25 am Subject: modify ListView |
| I was going to try with A_Index somehow but yours works a treat! Thanks Sivvy. |
Topic: Highlight and reload default selection in Listview |
markreflex
Replies: 2
Views: 117
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 9:11 pm Subject: Highlight and reload default selection in Listview |
| thanks. i give them a try. |
Topic: modify ListView |
markreflex
Replies: 8
Views: 123
|
Forum: Ask for Help Posted: Fri Aug 15, 2008 9:23 pm Subject: modify ListView |
| thanks alot if that works. can't check now. |
Topic: modify ListView |
markreflex
Replies: 8
Views: 123
|
Forum: Ask for Help Posted: Fri Aug 15, 2008 8:22 pm Subject: modify ListView |
It work but i missed off * so it should be
Loop, %file%\*.txt*
corrected in first post...
in the help under Loop files and folders. You can have variables straight after the Loop.
http://www ... |
Topic: modify ListView |
markreflex
Replies: 8
Views: 123
|
Forum: Ask for Help Posted: Fri Aug 15, 2008 8:06 pm Subject: modify ListView |
| i added the code above. It populated from a directory listing. |
Topic: modify ListView |
markreflex
Replies: 8
Views: 123
|
Forum: Ask for Help Posted: Fri Aug 15, 2008 7:52 pm Subject: modify ListView |
| I like to LV_Modify listview column but only after 6 entrys have been added. How? it adds the vertical scrollbar which is not included in the initial full width which then makes wider than is necessar ... |
Topic: Highlight and reload default selection in Listview |
markreflex
Replies: 2
Views: 117
|
Forum: Ask for Help Posted: Fri Aug 15, 2008 7:08 pm Subject: Highlight and reload default selection in Listview |
| I would like to list the filenames in listview(easy part) and then when they select a contextmenu option have one filename stand out in bold. When the Gui is closed and reopened i want the filename to ... |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Tue May 27, 2008 5:34 pm Subject: output encryption so 3rd party util can decrypt it |
@Laszlo
Hello and thank you. The ones that would benefit me would work from the cmd line. If that's the case i will narrow it down to a shortlist that have good descriptive information on how they ... |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Tue May 27, 2008 5:14 pm Subject: output encryption so 3rd party util can decrypt it |
@Sean
I wanted to confirm the output of the spaces were part of the encryption or if there was error in the output as it didn't work before, which you confirm they are. Sorry, you must of thought t ... |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Mon May 26, 2008 9:51 pm Subject: output encryption so 3rd party util can decrypt it |
Sean, Thanks but I now get this as my output:
K7
It is not useable. The characters do not copy and paste. Should there be big spaces in there? |
Topic: ListView deselection problem |
markreflex
Replies: 0
Views: 99
|
Forum: Ask for Help Posted: Fri May 23, 2008 1:18 am Subject: ListView deselection problem |
| I am having a problem with the ListView. When i select any selection it selects fine but when i deselect any it doesn't. How can i improve my code so it deselects and removes the variable on the last ... |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Thu May 22, 2008 4:42 pm Subject: output encryption so 3rd party util can decrypt it |
ok i put the whole lot together so all the functions are seen and outputs file.txt with Hello so not getting encrypted. i am on XP so the dll is there.
sTextOriginl := "Hello"
sPas ... |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Thu May 22, 2008 4:41 pm Subject: output encryption so 3rd party util can decrypt it |
Sorry, forgot to login again. The above post was by me.
you forgot to turn on encryption lol. right thanks. |
Topic: output encryption so 3rd party util can decrypt it |
markreflex
Replies: 21
Views: 754
|
Forum: Ask for Help Posted: Thu May 22, 2008 3:09 pm Subject: output encryption so 3rd party util can decrypt it |
What encryption algoritms does your 3rd party program support?
3DES might be the best choice -- very mature (so you're not likely to get stung by any specific implementation), reasonably secure, an ... |
| |