Click here to Skip to main content
15,888,461 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Making data notation extending another language Pin
Greg Utas25-May-20 11:34
professionalGreg Utas25-May-20 11:34 
GeneralRe: Making data notation extending another language Pin
Eddy Vluggen25-May-20 12:18
professionalEddy Vluggen25-May-20 12:18 
GeneralRe: Making data notation extending another language Pin
Greg Utas25-May-20 13:28
professionalGreg Utas25-May-20 13:28 
QuestionPlease come with suggestions for how I should version my registers? Pin
arnold_w13-May-20 0:50
arnold_w13-May-20 0:50 
QuestionHow should I organize my shared h-files with register definitions? Pin
arnold_w12-May-20 23:56
arnold_w12-May-20 23:56 
QuestionSimple plain text "encryption" that is very easy to decrypt without specialty software? Pin
arnold_w1-May-20 23:28
arnold_w1-May-20 23:28 
AnswerRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Richard MacCutchan2-May-20 1:31
mveRichard MacCutchan2-May-20 1:31 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
arnold_w2-May-20 3:12
arnold_w2-May-20 3:12 
Richard MacCutchan wrote:
Where would you put these bytes, and how would you replace them when you wanted to see the clear text?
I would put the byte first in the file, causing the upper and lower bytes being swapped in the 16-bit ASCII format. I would do this using Notepad, which operates on 8-bit ASCII and to view it I would use an editor that supports 16-bit ASCII. Does anybody know if RTF-format would be a good choice?
Richard MacCutchan wrote:
But the real question is why do you need to do this? What information are you trying to secure, and why can you not just save it somewhere safe?
I need to create an index to a bunch of files on a server folder that you are not supposed to access directly, you are supposed to go through a web interface. Unfortunately, the web interface is a bit naive and doesn't reflect the truth what's inside the server folder. Most users don't know the path to the server folder and I would like to keep it that way.

You are correct that this is not the best solution, the best solution would be to link the file index into the .exe-file and then, when needed, alter the .exe-file using the rename-exe-file-when-it-is-use-and-create-a-new-with-the-original-name-technique but in case I can't pull that off I would like to have a backup solution.
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Richard MacCutchan2-May-20 4:51
mveRichard MacCutchan2-May-20 4:51 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Richard Deeming5-May-20 1:40
mveRichard Deeming5-May-20 1:40 
AnswerRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Mycroft Holmes2-May-20 12:18
professionalMycroft Holmes2-May-20 12:18 
AnswerRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
arnold_w2-May-20 21:23
arnold_w2-May-20 21:23 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Eddy Vluggen2-May-20 21:31
professionalEddy Vluggen2-May-20 21:31 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
kalberts2-May-20 22:44
kalberts2-May-20 22:44 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
arnold_w2-May-20 22:54
arnold_w2-May-20 22:54 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Eddy Vluggen2-May-20 23:01
professionalEddy Vluggen2-May-20 23:01 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
arnold_w2-May-20 23:03
arnold_w2-May-20 23:03 
GeneralRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Eddy Vluggen2-May-20 23:16
professionalEddy Vluggen2-May-20 23:16 
AnswerRe: Simple plain text "encryption" that is very easy to decrypt without specialty software? Pin
Graham Breach2-May-20 22:16
Graham Breach2-May-20 22:16 
QuestionHigh Scale Real time communication (Server to Client) Pin
Nand3225-Apr-20 3:49
Nand3225-Apr-20 3:49 
QuestionRe: High Scale Real time communication Pin
Greg Utas25-Apr-20 23:44
professionalGreg Utas25-Apr-20 23:44 
AnswerRe: High Scale Real time communication Pin
Nand3226-Apr-20 1:36
Nand3226-Apr-20 1:36 
GeneralRe: High Scale Real time communication Pin
Greg Utas26-Apr-20 1:55
professionalGreg Utas26-Apr-20 1:55 
GeneralRe: High Scale Real time communication Pin
k505426-Apr-20 3:48
mvek505426-Apr-20 3:48 
GeneralRe: High Scale Real time communication Pin
Greg Utas26-Apr-20 4:51
professionalGreg Utas26-Apr-20 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.