CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    1

    Question downsides of mobile devices from PC or labtop

    When I try to implement security measures on mobile device such as encrypting/decrypting of messages, what are downsides of mobile devices those make the implementation of security layer differ than powerful computers?

    Do we need really to care about resource consumption in mobile more than PC?

    Is the difference significant?

  2. #2
    Join Date
    Jan 2009
    Posts
    36

    Re: downsides of mobile devices from PC or labtop

    I think that most modern mobile phones (I think that is what you are referring to by mobile device) can handle encryption and decryption of data just fine from a resource perspective. We would probably have to narrow down to a specific platform and discuss the encryption specifics to talk numbers. Some platforms are now providing native file and device encryption features, like Windows Mobile 6 (and up) which may speed up development if you can take advantage of the provided features. What platforms are you looking at?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured