• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Encrypt small image file and transfer it to server?

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi....I am very new to J2ME, Could someone help me please. I would like to know, is it possible to encrypt a small image file on a MIDP 2.0 device, send it to a server and then decrypt it on the server? �or even just retrieve it again and decrypt it on the device?... I am studying the bouncycastle API�s and I am beginning to build my understanding but would really appreciate if someone could tell me if this is possible�....I dont expect to be told how to do this in detail, just if it is something that is possible, I am familiar with Java SE but new to J2ME..... thanks in advance to anyone who can help me�..

[ February 17, 2005: Message edited by: Alex Joyce ]
[ February 17, 2005: Message edited by: Alex Joyce ]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So long as the image is small enough that you dont run out of heap space, I can't see any reason that it wouldnt work.. its just a matter of encrypt/decrypting a byte array.

Cheers

Kirk
 
Alex Joyce
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kirk, Much appreciated...I am on the way to sorting it.....nice one
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic