Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

Personal Pocket PC Wiki

Reply
 
LinkBack Thread Tools Display Modes
  #111 (permalink)  
Old 09-18-2008, 03:41 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by tsteward View Post
Is there a library/routine that I can supply and password and a string that will return the string encrypted or decrypted. I wish it to be simple and fast.
Try this, it needs my BytesConverter library http://www.basic4ppc.com/forum/addit...r-library.html It uses the Crypto library which conveniently accepts strings as keys.
Reply With Quote
  #112 (permalink)  
Old 09-19-2008, 08:30 AM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Quote:
Originally Posted by agraham View Post
Try this, it needs my BytesConverter library http://www.basic4ppc.com/forum/addit...r-library.html It uses the Crypto library which conveniently accepts strings as keys.
Unfortunately I cant open your file. I have current version(I thought) V6.30.

Its OK
I opened it with a text editor and figured it out.

Thank you Agraham
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam

Last edited by tsteward : 09-19-2008 at 08:45 AM.
Reply With Quote
  #113 (permalink)  
Old 09-19-2008, 10:12 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by tsteward View Post
Unfortunately I cant open your file. I have current version(I thought) V6.30.
:I keep forgetting that not everyone is using the beta of the next version which is significantly different to the current version.
Reply With Quote
  #114 (permalink)  
Old 09-20-2008, 12:09 PM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Agraham, or anyone else who knows.
How can I stop or capture the error message that pops up when that decryption fails?

In normal cases I have coded to prevent this happening but if data becomes corrupt. Or should I not be worrying about this

Quote:
Originally Posted by agraham View Post
Try this, it needs my BytesConverter library http://www.basic4ppc.com/forum/addit...r-library.html It uses the Crypto library which conveniently accepts strings as keys.
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote
  #115 (permalink)  
Old 09-20-2008, 01:03 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by tsteward View Post
How can I stop or capture the error message that pops up when that decryption fails?
Use errorlabel in the decrypt Sub. If you want to know what the error is then use my Exceptions library http://www.basic4ppc.com/forum/addit...g-library.html
Reply With Quote
  #116 (permalink)  
Old 09-21-2008, 01:01 PM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Latest Up date: See Message #1
Section linking to another page bug still exists.

Version 0.72
  • Added encryption wiki tags for Blade the are [~data~]
I guess I'll have to stop calling it Blade as it is enhanced Blade.
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote
  #117 (permalink)  
Old 09-27-2008, 01:38 PM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

New Realase:
Desktop
Version 0.74
  • Added more error checking to encryption
  • Added image buttons in edit mode to enable quick entry of images & saves having to remember the syntax.
  • Added easy buttons for entering Basic passwords. Use the keyboard for more complex ones.
  • Fixed - Couldnt change wiki syntax's OOps
  • Fixed It is now not possible to decrypt the password in an ini file as I no longer use a known password to encrypt it with. This is far more secure than I previously did. (wow bad grama)
PPC
Version 0.74
  • Added more error checking to encryption
  • Added image shortcuts in landscape mode
  • Added easy buttons for entering Basic passwords. Use the keyboard for more complex ones.
  • Fix - It is now not possible to decrypt the password in an ini file as I no longer use a known password to encrypt it with. This is far more secure.
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote
  #118 (permalink)  
Old 10-06-2008, 12:02 PM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Release 0.76

PPC Changes
Version 0.76
  • Added Cut, Copy, Paste buttons to editor(Removed popup menu)
  • Added scrolling shortcut bar to edit screen and made buttons a bit bigger
  • Fixed links highlighting incorrectly if it was less than 5 characters.
  • Change encryption system - You must remove all previous encryption before upgrading to this version.
  • No longer asks for password you must select it from the menu
  • Added ability to change password
  • Can not edit pages containing encryption unless password has been entered.
  • Fixed back button to work when navigating to the www
Desktop Changes
Version 0.76
  • Fixed password text box's to display *
  • Change encryption system - You must remove all previous encryption before upgrading to this version.
  • No longer asks for password you must select it from the menu
  • Added ability to change password
  • Fixed links highlighting incorrectly if it was less than 5 characters.
  • Can not edit pages containing encryption unless password has been entered.
  • Fixed back button to work when navigating to the www
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote
  #119 (permalink)  
Old 10-12-2008, 10:23 AM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Ok updates are coming about once a week. Here is installment number 0.77

Version 0.77 PPC
Be sure to use new css file
  • Added "Notes" style. 4 different note types available. "note", "note warning", note tip", "note important" see test
  • Changed recent file combo to list box.
  • Changed backlinks/index not to move on selected only on button click
  • Fixed Previously when adding encrypted field to a page that had no encryption, and the wiki had not had password entered ye. It now asks for password then saves.
Version 0.77 Desktop
Be sure to use new css file
  • Added "Notes" style. 4 differant note types available. "note", "note warning", note tip", "note important" see test
  • Fixed Previously when adding encrypted field to a page that had no encryption, and the wiki had not had password entered ye. It now asks for password then saves.
Gimme some feed back please. I think this prog is great & does more than what I want, yet every time I turn around theres something else that would be nice to add.

Unfortunately I was never able to fix the bug where links to a section on a different page don't work properly. If you click on said link and the manually refresh the browser wella it appears. Bugger!
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote
  #120 (permalink)  
Old 11-02-2008, 07:05 AM
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

Its been almost a month since the last update. I have really been struggling but finally achieved adding the ability to search SQL Light databases from within the wiki.
I think this makes this a very powerful program. And if not well it suits my needs I LOVE IT.

A simple line
[@sql?databaseName?SQLCommand@]
will search your database and display the results in a table anywhere in your page

Alternately
[@sqlsearch?databaseName?SQLCommand@]
will display a form for you to get data from the user to search for.
NOTE: you must put "clientInput" into your command. This represents what the user typed into the form.
E.G:
Code:
[@sqlsearch?keyconv?SELECT * FROM Keys WHERE Silca LIKE '%clientInput%'@]
This will open database "keyconv" and display all fields where field "Silca" is like the users input.

PPC Version 0.78
  • Started modularizing code
  • Added variable to global s to contain extensions that when linked to ppcw will shell out. which means you can resize an image but link to that image to view it larger.
  • Added SQL Search ability
PC Version 0.78
  • Started modularizing code
  • Added variable to globals to contain extensions that when linked to ppcw will shell out. which means you can resize an image but link to that image to view it larger.
  • Fixed removed file path when creating contents list.
  • Added SQL Search ability
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam

Last edited by tsteward : 11-02-2008 at 07:08 AM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Pocket Wiki digitaldon37 Open Source Projects 4 12-30-2009 03:12 AM
Written a Personal Wiki? tsteward Questions (Windows Mobile) 3 08-01-2008 05:34 AM
Pocket Chess Database JamesC Share Your Creations 3 07-27-2008 05:07 AM
B4P Wiki meinewelle Questions (Windows Mobile) 5 05-30-2008 07:55 AM
print class for pocket pc tanrikuluahmet Basic4ppc Wishlist 1 10-01-2007 10:10 AM


All times are GMT. The time now is 03:04 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0