Author Topic: Encrypting code how do you do it?  (Read 3522 times)

0 Members and 1 Guest are viewing this topic.

hyposmurf

  • Guest
Encrypting code how do you do it?
« on: January 11, 2006, 08:19:17 AM »
How do I go about encrypting my code?Is there any text editor that is simple to use when encyrpting?Word can protect you files but why I'd want to store my code in a doc file I dont know.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Encrypting code how do you do it?
« Reply #1 on: January 11, 2006, 08:29:11 AM »
Hi hypo ,

I generally just use FAS or more normally VLX.
I backup source regularly , and also Zip the source for each version release.

If there Is a security issue locally for you perhaps Moving files to a Password Protected Zip and removal of all source may be an option.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Encrypting code how do you do it?
« Reply #2 on: January 11, 2006, 10:50:17 AM »
Keep the source code in a secure, non public place (non network drive or a a usb key drive [and a backup!]) and then only provide users compiled vlx files.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Troy Williams

  • Guest
Re: Encrypting code how do you do it?
« Reply #3 on: January 11, 2006, 10:58:05 AM »
I would use Axcrypt for storing personal source code and documents. It is very easy to use and very secure.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Encrypting code how do you do it?
« Reply #4 on: January 11, 2006, 11:02:29 AM »
I would use Axcrypt for storing personal source code and documents. It is very easy to use and very secure.

Pretty cool Troy!

Features

The following are features that really set it apart from all other file encryption tools, commercial as well as free:

·  Double-click to edit/view with any application.
·  Automatic re-encryption after modification.
·  Absolutely no user configuration necessary or possible before use.
·  Open source under GNU General Public License.
·  7 languages in one executable distribution.
·  Extensive command-line interface for scripting and programming.

Other features include:

·  Windows 95/98/ME/NT/2K/XP compatible.
·  AES encryption with 128-bit keys.
·  Edit an encrypted document directly with double-click.
·  Optional pass phrase cache - type pass phrases once per logon and/or reboot.
·  Automatic pass phrase validation before decryption or editing.
·  Key-File generation and support.
·  No options or user interface - easy to install and use.
·  Relatively light-weight, less than 1Mb download
·  Extensive command-line interface.
·  Server mode options.
·  Huge file support > 4GB (on Windows NT/2K/XP).
·  Dynamic brute force counter measure - iterative key wrapping.
·  Integrates well with web based file sharing services.
·  Selective compression before encryption - faster downloads/uploads.
·  Retains original file name and information of an encrypted file.
·  Integrated shredder.
·  Shredding of all temporary and encrypted plaintext files.
·  Secure memory handling - no keys or data in the paging file.
·  Industry standard algorithms.
·  Data integrity verification - no undetected modification.
·  Unique data encryption keys used for every file and (re-)encryption.
·  Polyglot - currently speaks English, German, French, Spanish, Italian, Hungarian and Swedish.
·  Easy to add more languages - contact me (I'm especially looking for Nordic languages)!
·  Open source - no backdoors.
·  Private branding support for commercial or corporate versions.

It's FREE!
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Troy Williams

  • Guest
Re: Encrypting code how do you do it?
« Reply #5 on: January 11, 2006, 11:11:53 AM »
Yeah it is pretty cool. I found it when I had to figure out how to send a copy of my programs installer to a client through their spam/spyware/paranoid mail system and password protected zip files no longer worked.

Couple axcrypt with keepass so you don't forget the password to the encrypted files.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: Encrypting code how do you do it?
« Reply #6 on: January 11, 2006, 11:19:42 AM »
-- And -- you are more than welcome to use our SVN repository. All code can be stored as you like it, as in completely private or full read and write access to all.

TheSwamp.org  (serving the CAD community since 2003)

hyposmurf

  • Guest
Re: Encrypting code how do you do it?
« Reply #7 on: January 11, 2006, 02:28:29 PM »
Thats a good response :-) and thanks to you all Ill give that a try Troy.

JohnK

  • Administrator
  • Seagull
  • Posts: 10669
Re: Encrypting code how do you do it?
« Reply #8 on: January 11, 2006, 04:05:15 PM »
Well i cant leave this post and not say something  about my favorite editor. *lol*. (I know most of you are prolly sick of hearing about Vim, but *snicker* ...i dont care. Besides, i hear Stig is going to become the resident VIM expert.)

Quote from: Vim Help
9. Encryption                  *encryption*

Vim is able to write files encrypted, and read them back.  The encrypted text
cannot be read without the right key.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Encrypting code how do you do it?
« Reply #9 on: January 11, 2006, 04:18:49 PM »
Am I only the one who thinks of bathroom cleaners every time vim is mentioned?



I'm sure it's a very tidy editor.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

deegeecees

  • Guest
Re: Encrypting code how do you do it?
« Reply #10 on: January 13, 2006, 08:05:43 PM »
THATS where I've heard that!