comp.lang.ada
 help / color / mirror / Atom feed
* Encrypt your Archived Sourcecode.
@ 2013-12-08 11:53 Austin Obyrne
  2013-12-12 10:20 ` darkestkhan
  0 siblings, 1 reply; 5+ messages in thread
From: Austin Obyrne @ 2013-12-08 11:53 UTC (permalink / raw)


The reasons why you should do this are increasing day by day.  The latest one is malware called “CryptLocker”.  This gets into your computer after they have conned you into opening an email or PDF attachment – it then encrypts all your important data including your important sourcecode.  The next step is to hold you to ransom until you pay a ‘bitcoin’ fee to have them unlock it again for your use.

This malware is easily enough prevented by downloading free “CryptPrevent” but damaging beyond belief to the unwary if no precautions are taken. But there are others and there will always by threats to your security of information and worse still embedded systems.

Encrypting Sourcecode Practise Demo.

Open a large file of say 1500 lines of source code (any size of file will do but we are demonstrating scope here also).  Highlight all => Copy ‘ n paste everything into the AdaGIDE editor => save this as a file (.dat or .txt) into the common folder and call it ‘CodeFilePlaintext.dat’ say.

Open your “SureCrypt” encryption software and encrypt the saved file.

Encryption.

When prompted call,

     ‘CodeFilePlaintext.dat’

When prompted again,

Name the encrypted file,

     ‘CodeFileCipherText.dat’(say)

Save this file to your hard drive and store an off-line backup copy.

Decryption.

When prompted call,

       ‘CodeFileCipherText.dat’

Name the decrypted file,

       ‘CodeFileMessageText.dat

Returning to normal work,

Open  ‘CodeFileMessageText.dat in the AdaGide editor – Build, Run as usual.

*No need to labour the importance of program source code as a target for any and all malware.

If ‘CryptoLocker’ tries to hold you to ransom just tell ‘em to keep it, you have a back up and they cannot decrypt what they are holding as “superencrypted” data now that is worthless to them or to anybody else either.

The salient thing to note here for programmers is the ease of encryption and decryption of the source code which is always done by a few mouse clicks without leaving the development environment – programmers should adopt this practice as de rigeuer safe backup practice in my view.- only takes about 30 seconds extra in time and a few mouse clicks.

This is a well-meant intrusion on your comp.lang.ada site.

Bear with it please.

adacrypt






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-12 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-08 11:53 Encrypt your Archived Sourcecode Austin Obyrne
2013-12-12 10:20 ` darkestkhan
2013-12-12 11:17   ` Austin Obyrne
2013-12-12 11:57     ` Niklas Holsti
2013-12-12 12:23       ` Austin Obyrne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox