You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Application Structure Ideas (Krypton)

John Bentley's picture
Submitted by John Bentley on February 26, 2008 - 6:35am

I am currently writing an document management application. Everything will be stored in an Sqlite database. It is designed to support AES encryption. It is being written in JavaScript (wxJavaScript). Its name is Krypton.

However, I am still pondering this point. How can I detect if the encryption password is correct? I planned on using an MD5 and SHA1 hash to compare it to. Would that create any security vulnerabilities?

 
Are there any other things I should be concerned about?
 
Thank you.

need help, ALT 1.3 and 1.4

Submitted by ye14cV92 on February 23, 2008 - 7:18pm

info:https://portableapps.com/node/7126

ALT 1.3 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...

>>>>>>>folder handling doesn't work.

i did this.

!define FOLDERSETTINGS "C:\test\"  ;insert folder paths separated by "||"

or

!define FOLDERSETTINGS "C:\test"  ;insert folder paths separated by "||"

ALT 1.4 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...

set:

Need help with an advanced launcher that Simeon made.

digitxp's picture
Submitted by digitxp on February 22, 2008 - 8:17pm

I was trying to make a special launcher for some apps. The compiler keeps spitting out errors. Here's the source code:

;Copyright 2007 Simeon Kühl and Digitxp

;This software is OSI Certified Open Source Software.
;OSI Certified is a certification mark of the Open Source Initiative.

;This program is free software; you can redistribute it and/or
;modify it under the terms of the GNU General Public License
;as published by the Free Software Foundation; either version 2
;of the License, or (at your option) any later version.

Creating A Portable App from Scratch

Submitted by knightcon on February 19, 2008 - 9:43pm

I am wanting to write a portable application from scratch which can be launched through the portable apps.com launcher. I was reading the page saying how to create a portable app and it discussed checking to see if the application used various system-specific features like registry, documents and settings, etc, and then creating a wrapper for it. could anyone give me any advice on how to create an application which is soley going to be run through PortableApps.com

gimp bg window HELP

powerjuce's picture
Submitted by powerjuce on February 19, 2008 - 12:56pm

complete change of this topic

i started to compile this program and i keep getting this error

  [Linker error] undefined reference to `CPreferences::CPreferences(std::string)'
  [Linker error] undefined reference to `CGimpWindowList::CGimpWindowList()' 
  [Linker error] undefined reference to `CPreferences::~CPreferences()' 
  [Linker error] undefined reference to `CPreferences::CPreferences(std::string)' 
  [Linker error] undefined reference to `CGimpWindowList::CGimpWindowList()' 
  [Linker error] undefined reference to `CPreferences::~CPreferences()'

and so on

Pages