Re: Copy Security

2008-05-28 Thread Dave Carrigan
Bob Christianson <[EMAIL PROTECTED]> writes: > I am in the process of creating a program for Quick and Easy Ordering (QEO). > My question is, How do I make sure that once my product is on the Palm III > and greater, How can I make sure it stays ONLY on that palm. ie, I dont > want people to copy

RE: Please urgent: Regarding systems security preferences...

2006-01-02 Thread babbu cathy
] > [mailto:[EMAIL PROTECTED] On > Behalf Of babbu cathy > Sent: Wednesday, December 21, 2005 12:07 AM > To: Palm Developer Forum > Subject: Please urgent: Regarding systems security > preferences... > > hi all, > > How to set password from my application in systems >

RE: Please urgent: Regarding systems security preferences...

2005-12-21 Thread Mark Tamura
Have you tried PwdSet? Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of babbu cathy Sent: Wednesday, December 21, 2005 12:07 AM To: Palm Developer Forum Subject: Please urgent: Regarding systems security preferences... hi all, How to set password

Please urgent: Regarding systems security preferences...

2005-12-21 Thread babbu cathy
hi all, How to set password from my application in systems security preferences. -cathy Send instant messages to your online friends http://in.messenger.yahoo.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

To Simulate Default Security Application, which notification to register for ?

2005-05-05 Thread Mehul Patel
Hi folks, I am developing an application which exactly simulates the default security application. I have registered for WakeupNotification. But When security application is unabled, it always gets activated first and then my App gets the notification. I am using Wakeup notification as I

Replace builtin security

2004-11-20 Thread Robert
Hi all, I want to write a program which replace the builtin security. Every time you turn your Palm device on, my program will be launched and user must enter the password. (It is similar with login screen of Windows) Do you have document or sample code showing how to replace the builtin

Re: Update on Security Issue!

2004-06-21 Thread Ben Combee
At 01:42 PM 6/21/2004, you wrote: It is working now! It shows the "lock" icon in front of my app name and also shows the copy protection message! Did you modify your project settings (PalmRez panel, PRC File Settings, or Palm OS Settings, depending on the tool) to turn this bit on at application

RE: Update on Security Issue!

2004-06-21 Thread Matthew Bevan
OTECTED] > Sent: Monday, June 21, 2004 1:43 PM > To: Palm Developer Forum > Subject: Update on Security Issue! > > > It is working now! > > It shows the "lock" icon in front of my app name and also > shows the copy protection message! > > Thanks, >

Update on Security Issue!

2004-06-21 Thread Keyur Patwa
It is working now! It shows the "lock" icon in front of my app name and also shows the copy protection message! Thanks, Keyur. -- Ben, thanks a lot for your reply! I have started referring the White paper talking about security. I copied the given code to set

RE: Security Issue!

2004-06-21 Thread Keyur Patwa
Ben, thanks a lot for your reply! I have started referring the White paper talking about security. I copied the given code to set the "Copy protection Database bit". My code compiles and executes perfectly fine but it doesn't show and "lock" icon in front of my appli

Re: Security Issue!

2004-06-21 Thread Ben Combee
f the 68K code. Actually, I am installing my application (.prc file) and sending it to client for end-user testing. And my obvious concern is the security of my code! Can anybody please tell me if I need to do something and if yes then how I can proceed! BTW, I am using CW9 as IDE and working on PA

Security Issue!

2004-06-21 Thread Keyur Patwa
Hi guys, I was wondering like how easy it would be to Decompile a .prc file! Actually, I am installing my application (.prc file) and sending it to client for end-user testing. And my obvious concern is the security of my code! Can anybody please tell me if I need to do something and if yes

Security Application

2004-05-03 Thread harish kumar
Hello all, Im currently developing a security application and am unable to make out the working of the default security app. When im powering on, I handle the deferredwakeup notification. But by that time the sec app's lock form is already open. Then when I try to open my form, it says

sysNotifySleepRequestEvent doesn't work when security of power-on is enable

2004-04-15 Thread Raymond Ho
I register sysNotifySleepRequestEvent to check BT status when user press power button to power off my Palm TT. However I found out that the callback routine doesn't work when user set the security password when Palm TT startup. If I disable the security function, the callback routine work aga

Hooking into the Palm Desktop to a enforce security policy.

2004-03-24 Thread Chris Tucker
Hi! I'm trying to implement a simple access list function into the palm desktop. The access list would allow you to restrict palm syncronization to specific applications based on a policy. For example, the policy might allow you to syncronize the calender, but not email. 1. Is there anyway to ho

Security Problens

2004-01-15 Thread Marcelo Henrique
I have the same Alexandre's problem. If I don't use th serial number to do some security level. How can I use? Anybody know one way to get a anything that unique identify the palm? Thanks! Marcelo _ MSN Messenger: conve

Re[2]: Timing out an application for inactivity (security feature)

2003-09-15 Thread Damir
TN> Hi there, >> I would like to timeout an application (exit the application) if the user >> has not accessed in a certain amount of time (say 5 minutes). >> TN> I guess you would want to keep the time, everytime the user TN> interacts with the program, update TN> that time to the current time.

Re: Timing out an application for inactivity (security feature)

2003-09-15 Thread ThuNguyet Nguyen
Hi there, > I would like to timeout an application (exit the application) if the user > has not accessed in a certain amount of time (say 5 minutes). > I guess you would want to keep the time, everytime the user interacts with the program, update that time to the current time. On the mainloop, f

Timing out an application for inactivity (security feature)

2003-09-15 Thread Fred Zappert
Hi, I would like to timeout an application (exit the application) if the user has not accessed in a certain amount of time (say 5 minutes). I've already taken care of the situation where the Palm itself goes to sleep. I would also like to take care of the case where the user has configured the

How to replace built-in security lockout app?

2003-07-29 Thread Teo Hong Siang
Hi, I would like to replace the built-in lockout app with my custom lockout app. How do I go about doing this? In particular, how do I make the OS call my lockout application, instead of the built-in security app, on wakeup? Any pointers is deeply appreciated. I'm aware of SysNotify*, but

Re: PalmOS Security Lockout Form

2003-07-11 Thread ThuNguyet Nguyen
Hi there, > Our program has set programmatically the Power-off > feature on the Auto-Lock Handled in the Security Lock > Form. > Whenever user enter our application at a > particular form, say formB (where formA is the main > screen) then power-off the palm. The palm will ask

PalmOS Security Lockout Form

2003-07-10 Thread apple k
Hi, Our program has set programmatically the Power-off feature on the Auto-Lock Handled in the Security Lock Form. Whenever user enter our application at a particular form, say formB (where formA is the main screen) then power-off the palm. The palm will ask he/she to enter the password. The

Re: SDCard security

2002-12-17 Thread dex
In article <98119@palm-dev-forum>, [EMAIL PROTECTED] says... > > I would like to use SDCard-security-functions in my application. > I think this can be done by calling VFSCustomControl, but for this I need a > filesystem that supports the SDCard-API and exports a list of api-se

SDCard security

2002-10-11 Thread Thomas Damme
I would like to use SDCard-security-functions in my application. I think this can be done by calling VFSCustomControl, but for this I need a filesystem that supports the SDCard-API and exports a list of api-selectors. Does the standard-VFS supports this API? If no, is there an other VFS that

Re: security for pdbs on device (except urgent reply)

2002-09-19 Thread Alan Ingleby
RC4 is pretty good too. This function will do it for you: void RC4(Char* sIn, UInt32 iInLen, Char* sKey, UInt32 iKeyLen) { UInt8* inp = (UInt8*)sIn; UInt8* key = (UInt8*)sKey; UInt8 s[256]; UInt8 k[256]; UInt32 i; UInt32 j; UInt8 temp; UInt32 t; UInt32 x; for (i = 0; i < 256; i++) {

RE: security for pdbs on device (except urgent reply)

2002-09-19 Thread Danny Wong
Try SecureData. It encrypts all databases. http://www.kastenchase.com/products/smc.asp -Original Message- From: Rahul Shukla [mailto:[EMAIL PROTECTED]] Sent: September 19, 2002 6:06 AM To: Palm Developer Forum Subject: security for pdbs on device (except urgent reply) Hello, Except

Re: security for pdbs on device (except urgent reply)

2002-09-19 Thread Aaron Ardiri
> thanks a lot.. > may i know just one more information , like what is > the best custom way to provide custom encryption to my > pdbs. any link or some info would be of great help. you could just XOR your data with 0xaa or so :) that'll mess it up :) just dont publish your technique, and, i doub

Re: security for pdbs on device (except urgent reply)

2002-09-19 Thread Rahul Shukla
thanks a lot.. may i know just one more information , like what is the best custom way to provide custom encryption to my pdbs. any link or some info would be of great help. Regards, RS --- Aaron Ardiri <[EMAIL PROTECTED]> wrote: > > Except using other security mechanisms can

Re: security for pdbs on device (except urgent reply)

2002-09-19 Thread Aaron Ardiri
> Except using other security mechanisms can i set some > attributes in my pdbs records so that they cud be > prevented from downloads by some other application and > viewed. Is there any idea about this ? Please help me > regarding that. do custom encryption of your databases.

security for pdbs on device (except urgent reply)

2002-09-19 Thread Rahul Shukla
Hello, Except using other security mechanisms can i set some attributes in my pdbs records so that they cud be prevented from downloads by some other application and viewed. Is there any idea about this ? Please help me regarding that. Regards, RS

Re: Palm DBs security

2002-05-24 Thread Alex Robinson
Joe wrote: > --- Pablo Chemes <[EMAIL PROTECTED]> wrote: > > ... > > - Does someone find a better way to secure PDAs ? > > There are several apps that provide security. Search PalmGear or > Handango for "security". > All of 'em I know of:

RE: Palm DBs security

2002-05-21 Thread Joe
--- Robert McKenzie <[EMAIL PROTECTED]> wrote: > Joe is correct in his facts but wrong in his conclusion. Joe was "asleep at the wheel." Sorry about that! __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- For

RE: Palm DBs security

2002-05-21 Thread Robert McKenzie
re good to go. -bob mckenzie, palmsource pdx -Original Message- From: Joe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:38 PM To: Palm Developer Forum Subject: Re: Palm DBs security --- Pablo Chemes <[EMAIL PROTECTED]> wrote: > Hi, I am in charge of finding a securi

Re: Palm DBs security

2002-05-21 Thread Alex Muratov
Check PDA Defense for total secruity solution: http://www.pdadefense.com Best regards, Alex. "Pablo Chemes" <[EMAIL PROTECTED]> wrote in message news:86674@palm-dev-forum... > > Hi, I am in charge of finding a security solution for the handhelds of my > office part

Re: Palm DBs security

2002-05-20 Thread Joe
--- Pablo Chemes <[EMAIL PROTECTED]> wrote: > Hi, I am in charge of finding a security solution for the > handhelds of my office partners... so I wonder if is there > a way to modify the Palm standard apps (like contacts, > calendar, todo and mail) to increase security

Palm DBs security

2002-05-20 Thread Pablo Chemes
Hi, I am in charge of finding a security solution for the handhelds of my office partners... so I wonder if is there a way to modify the Palm standard apps (like contacts, calendar, todo and mail) to increase security Like asking for passwords or deleting PDBs when holding down one

Security auto lock: What can block it?

2002-04-09 Thread Mark A. Peters
I've noticed that the Palm OS security auto lock feature doesn't work when my application is running. I'm running on Palm OS 4.0 (a Clie, but hopefully that is irrelevant), and it is when the auto lock is set to happen after a set time period of inactivity that it doesn't wo

Security Application not called if used a customized Launcher? in palm OS 3.5 & 4.0

2002-03-22 Thread Yuva Kumar R
Hi friends, I have developed a customized launcher and some customized applications to replace datebook, memo pad, security application, etc. Everything works fine, except for the following problem which I am facing and couldnt find any clue as to what is going wrong. Please help on this. 1

Security Appl in Palm 4.0

2001-12-18 Thread Yuva Kumar
Hi All, Could someone please tell me as to how to store and retrieve HINTs in the Security application for Palm OS 4.0, programmatically. Thanks to all. Regards, Yuva Kumar R -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech

Re: Rom flashing and application security

2001-11-30 Thread Douglas Handy
Joe, > Still, it is a messy way to handle trialware and I >don't like it. That's why I normally first test applications in POSE. Many are not worth ever starting a second time... Doug -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/

Re: Rom flashing and application security

2001-11-30 Thread Joe Programmer
--- Douglas Handy wrote: > If it is placed in the saved preferences, than it > gets restored after a hard reset too... Yes, even worse than using unsaved prefs. That was my motivation for mentioning Bodo's PrefEd. __ Do You Yahoo!? Yahoo! GeoCiti

Re: Rom flashing and application security

2001-11-30 Thread Joe Programmer
--- Douglas Handy wrote: > And while I don't necessarily like the idea > of leaving behind garbage either, I sure > like it better than thinking some shareware > app is going to try reflashing a ROM behind > my back. (Knew there was a reason I > used Visors...) I agree. I just wanted to mak

Re: Rom flashing and application security

2001-11-30 Thread Douglas Handy
Joe, >They are not happy >when they discover the lost memory which requires a >hard-reset, followed by reinstalling everything they >want to keep. If it is placed in the saved preferences, than it gets restored after a hard reset too... Doug -- For information on using the Palm Developer Foru

Re: Rom flashing and application security

2001-11-30 Thread Joe Programmer
--- Max Bian wrote: > 10k? Are you serious? Not particularly. But the concept is valid. Kids download hundreds of games and try them out, deleting most of them after a few days. They are not happy when they discover the lost memory which requires a hard-reset, followed by reinstalling everyth

Re: Rom flashing and application security

2001-11-30 Thread Douglas Handy
ce) tied to its own creator ID so it gets deleted automagically. It does not take 1K to store security/registration related data. The saved and unsaved application preference databases already exist, so adding to them only allocates the incremental difference in the space required for the additional

Re: Rom flashing and application security

2001-11-30 Thread Max Bian
10k? Are you serious? I have AvantGo installed, the contents it loads up change from 700K to 1000K all the time. Some browsers store cache data. If the user affords loading up 10 such programs, they can probably accept the 10K lose. If the database stores only usage data such as how many ti

Re: Rom flashing and application security

2001-11-30 Thread Joe Programmer
--- Carl Smith wrote: > If this flashing is > not possible programmatically how could > one determine if an application has > been loaded or used on a device already, > say a demo version that has run it's > course? A common (unfortunately, IMHO) way to do this is for your app to create a smal

Rom flashing and application security

2001-11-30 Thread Carl Smith
I have read some threads on flashing/rom and have a question regarding same in respect to security. Say I want to flash to rom a preference type database/structure which holds a bit or key that will let my application know if it has been previously loaded onto the device even if the user does a

Re: Security for dowload of files on the palm device

2001-08-06 Thread Shaikh Khurram Saghir
remain compitable for the future devices also :-D e.g, unloading of the libraries etc. Khurram+ - Original Message - From: <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 12:25 AM Subject: Security for dowload of files on the

Security for dowload of files on the palm device

2001-08-06 Thread MBarrion
Hi people I need to know how to desactivate the infrared port in my palm pilot for security. and please could you help me with some information about security on the Palm devices My employees are downloading many games from Internet into the palm devices, It is cause many problems in the

PALM VII security

2001-03-28 Thread Charlie Ren
Hi, I am trying to write a palm VII program to securely access my web server, and I have Verisign certificate installed on my server, what should I do in my palm programming? do I need call or activate any thing in the palm VII? Any doc for this? Thanks in advance charlie -- For information

Re: Security

2001-02-08 Thread Aaron Ardiri
> I've seen that you've written some emails to the Palm Developer Forum > regarding security. You mentioned something about checksum. That's the > approach I'm looking for. Is there any help you could give me? Where would I > get the initial (unique?), number f

RE: Security

2001-02-08 Thread Mathias Leprince
http://oasis.palm.com/dev/kb/papers/2169.cfm -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Nicolás Zeitlin Envoyé : jeudi 8 février 2001 03:01 À : Palm Developer Forum Objet : Security I am developing a commercial app. Therefore, I'd lik

RE: Security

2001-02-08 Thread Herman Badenhorst
why not check the copy prevention bit under Linker / PalmRez Post Linker in codewarrior? -Original Message- From: Nicolás Zeitlin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 04:01 AM To: Palm Developer Forum Subject: Security I am developing a commercial app. Therefore

Re: Security

2001-02-08 Thread Steve Mann
> >I think the best way to do this would be to get, by software, the unique >code of every Palm. I believe that number is printed in the back of every >palm. Is this possible? Is there any other unique code I can get by >software? No. Check the knowledge base for a discussion of this and why you

Security

2001-02-08 Thread Nicolás Zeitlin
there any other unique code I can get by software? If not, what can I do to implement some security? Thanks is advance, Nicolas Zeiltin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Security News

2001-01-28 Thread Aaron Ardiri
> hmm.. if I remember correctly it was a certain little program that you > wrote that gave McAffee and others the opportunity to sell this kind of > software for the first time on the Palm OS platform. yes.. true - however it was not a virus as they marked it out to be.. any application could

Re: Security News

2001-01-28 Thread Christian Vandendorpe
hmm.. if I remember correctly it was a certain little program that you wrote that gave McAffee and others the opportunity to sell this kind of software for the first time on the Palm OS platform. We should all, as developers for this platform, be more careful in what we release. Chris Aaron Ard

RE: Security News

2001-01-25 Thread Aaron Ardiri
> > Notsync's author, Mudge, vice president of R&D at @Stake, said: > > "They are completely vulnerable." > > And your/their point is...? > > I'd question labeling this information as "News" in this forum. the @stake guys opened the hole regarding the encryption of the password, now they wr

RE: Security News

2001-01-25 Thread Scott Johnson (Bellevue)
> From: jeradonah [mailto:[EMAIL PROTECTED]] > Notsync's author, Mudge, vice president of R&D at @Stake, said: > "They are completely vulnerable." And your/their point is...? I'd question labeling this information as "News" in this forum. -slj- -- For information on using the Palm Developer

Re: Security News

2001-01-25 Thread jeradonah
http://www.vnunet.com/News/1116644 SECURITY » By Ian Lynch [19 Jan 2001] Crackers can zap data off Palm Pilots Security consultants @stake have added to the weight of expert opinion that business use of PDAs such as a Palm Pilot may be a security risk. @stake, a US-based security consultant

RE: Palm OS Security

2000-12-07 Thread Craig Evans
> Has anyone worked on the security architecture of the palm OS. More > specifically has anyone worked on using a Palm Pilot to do the job of a > smart card? The private key stored on a palm OS is not safe if some other > application running on the palm interrupts the applicat

Palm OS Security

2000-12-07 Thread Pavan Sulibhavi
Has anyone worked on the security architecture of the palm OS. More specifically has anyone worked on using a Palm Pilot to do the job of a smart card? The private key stored on a palm OS is not safe if some other application running on the palm interrupts the application whihc is performing the

Re: Copy Security

2000-11-07 Thread Dave Carrigan
Bob Christianson <[EMAIL PROTECTED]> writes: > I am in the process of creating a program for Quick and Easy Ordering (QEO). > My question is, How do I make sure that once my product is on the Palm III > and greater, How can I make sure it stays ONLY on that palm. ie, I dont > want people to copy

Copy Security

2000-11-07 Thread Bob Christianson
I am in the process of creating a program for Quick and Easy Ordering (QEO). My question is, How do I make sure that once my product is on the Palm III and greater, How can I make sure it stays ONLY on that palm. ie, I dont want people to copy the program off the palm and put it on a nother one.

RE: security extent

2000-08-30 Thread Nesse, Rustin
If you set a password in the security app, then turn off and lock the device, then soft boot it, you'll still get back to the password entry form. I've noticed that you can soft boot your way around a password hack, though. I think the "turn off and lock" method is as effect

security extent

2000-08-30 Thread Charles Rezsonya
what is the extent of security that can be put on a unit. ie, when the unit is turned on, immdiatly enters the app, and users need access to exit. i am aware that a hard reset will bypass this, but what about a soft reset. if its secure'ish then what methods do i use to impliment this?

SysTrap & security problem

2000-08-17 Thread Pilot Pogrammer
In my app I've patched the KeyWake SysTrap. The application starts when the user tapps one of the hard buttons when the Palm is in sleep-mode. So far so good. But when I'm using the built in security app and hit the "Lock & turn off" button and then press a button, my app

RE: Security Type Input Field

2000-03-31 Thread McCollister, Mike
Thanks everyone for the suggestions. I've decided to use the symbol 11 font to mask a field, if the user chooses to do so. This was a very easy solution. Thanks, Mike McCollister -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone

Re: Security Type Input Field

2000-03-31 Thread Steve Sabram
field on a handheld pen > computer. First, on a handheld it's hardly necessary to hide the password > from prying eyes. Generally a "security breach" of that kind can be > detected by feeling breathing on the back of your neck. Second, using > Graffiti pen input really re

RE: Security Type Input Field

2000-03-30 Thread Scott L. Johnson
hardly necessary to hide the password from prying eyes. Generally a "security breach" of that kind can be detected by feeling breathing on the back of your neck. Second, using Graffiti pen input really requires visual feedback. At least _I_ still require it. :-) Here's something o

Re: Security Type Input Field

2000-03-30 Thread Holger Klawitter
> >I am wanting to have an input field that echos a "*" for every letter that > >the user types in. Is there a way that this can be done? > > The event loop is your friend. In your form event handler, look for > keyDownEvent events. If they occur in your password field, copy the > actual charact

RE: Security Type Input Field

2000-03-30 Thread Conneely, Shane
or even simply set the font of the field to symbol, you will get an unreadable character > -Original Message- > From: JB Parrett [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 8:20 AM > To: Palm Developer Forum > Subject: Re: Security Type Input Field >

Re: Security Type Input Field

2000-03-30 Thread Bradly J. Barton
>>I am wanting to have an input field that echos a "*" for every letter that >>the user types in. Is there a way that this can be done? > >The event loop is your friend. In your form event handler, look for >keyDownEvent events. If they occur in your password field, copy the actual >character

Re: Security Type Input Field

2000-03-30 Thread JB Parrett
>Hi, > >I am wanting to have an input field that echos a "*" for every letter that >the user types in. Is there a way that this can be done? The event loop is your friend. In your form event handler, look for keyDownEvent events. If they occur in your password field, copy the actual character

Security Type Input Field

2000-03-30 Thread McCollister, Mike
Hi, I am wanting to have an input field that echos a "*" for every letter that the user types in. Is there a way that this can be done? Thanks, Mike McCollister -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Address List Security for Developers

2000-03-25 Thread Tom Zerucha
On Sat, Mar 25, 2000 at 10:39:10AM -0500, Bob Gosch wrote: > Is there a security product or feature in the Palm World that would allow a > Developer to prevent the synching or download of a custom address list that > he had compiled? > > I have an application where one master

Address List Security for Developers

2000-03-25 Thread Bob Gosch
Is there a security product or feature in the Palm World that would allow a Developer to prevent the synching or download of a custom address list that he had compiled? I have an application where one master address list or subsets could be sold to multiple users who know each other, but I need

PDAs and data-security

2000-03-08 Thread Sean Champ
hello, all. I came across the following article today, and thought it might be of general interest to the group: http://www.techrepublic.com/article.jhtml?id=r0022301eje02.htm "Security in the Palm of your Handheld" (note the note, there, about free "4,096 bit" (on