Search found 24 matches

by albert
Sat Apr 17, 2010 4:53 pm
Forum: examples
Topic: 256 / 512 and 1024 cyphers
Replies: 3
Views: 9627

256 / 512 and 1024 cyphers

I modified the code to extend the key of the 3 cyphers.
they now do a letter substitution on the output hexadecimal.

These latest versions are incompatable with the previous versions.

the previous versions can`t decypher the outputs or load the keys.
by albert
Sat Apr 17, 2010 4:03 am
Forum: General category
Topic: Attaching files
Replies: 1
Views: 4089

Attaching files

I tried to update cyph256/512 and 1024

and I get an error that setup.pl needs to be rewritten to use absolute paths?????????  no ../ allowed ??????

by albert
Fri Aug 07, 2009 1:56 am
Forum: General category
Topic: Selling software
Replies: 5
Views: 7756

Selling software

Can we sell the programs we write with FNXBasic????
by albert
Tue Jul 07, 2009 4:56 pm
Forum: General category
Topic: Fnx and Linux
Replies: 8
Views: 11864

Fnx and Linux

Is fnx an interpreter or an actual compiler???
by albert
Tue Jul 07, 2009 4:53 pm
Forum: examples
Topic: Parents and children
Replies: 4
Views: 7745

Parents and children

dim myform as formdim tab as tabcontroltab.parent=myformtab.Tabs(0)="01"tab.Tabs(1)="02"tab.Tabs(2)="03"tab.Tabs(3)="04"dim panels(4) as panelpanels(0).parent=tabpanels(1).parent=tabpanels(2).parent=tabpanels(3).parent=tabdim edits(4) as editedits(0).parent=pa...
by albert
Tue Jul 07, 2009 3:49 am
Forum: General category
Topic: Fnx and Linux
Replies: 8
Views: 11864

Fnx and Linux

Where do you get the linux version????
by albert
Tue Jul 07, 2009 3:36 am
Forum: examples
Topic: Parents and children
Replies: 4
Views: 7745

Parents and children

Why can`t an array element be a parent??

I keep getting errors that say mypanel(0) is not an object.
by albert
Mon Jul 06, 2009 8:04 pm
Forum: examples
Topic: 256 / 512 and 1024 cyphers
Replies: 3
Views: 9627

256 / 512 and 1024 cyphers

Here is the 1024
by albert
Mon Jul 06, 2009 8:04 pm
Forum: examples
Topic: 256 / 512 and 1024 cyphers
Replies: 3
Views: 9627

256 / 512 and 1024 cyphers

Here is the 512
by albert
Mon Jul 06, 2009 8:03 pm
Forum: examples
Topic: 256 / 512 and 1024 cyphers
Replies: 3
Views: 9627

256 / 512 and 1024 cyphers

These are all debugged and ready to use. the 256 scrambles 256 bits across 1024 bits. The 512 scrambles 512 bit across 2048 bits The 1024 scrambles 1024 bits across 4096 bits the output is converted to hexadecimal to avoid control characters in the output. the 1024 cant decypher 512 or 256 and the 5...