-
Posted: March 12, 2010, 6:16pm CET by ID
Hello,
I am new to Android development and I would like to know if Android
supports El Gamal encryption. I have found information about the
support of the Bouncycastle crypto library but no information about El
Gamal support.
I will appreciate any information regarding this topic.
Thanks,
ID
-
Theres a story making the rounds about someone claiming to have found
a windows autorun virus on the sdcard of a new phone. As this has
happened with a number of other devices, the risk seems real no matter
what the facts of that story turn out to be - even if the virus got on
there after shipping, being a propogation vector is undesirable.
-
Posted: March 8, 2010, 10:07am CET by sebby zml
Hello every1,
I am now working on a program which is someting related to IMS.
I want the Server to send back a nonce to the Client.
In order to get nonce, I tried using the code from this site.
==>
[link] -Use java.security.SecureRandom:
--byte[] nonce = new byte[16];
-
Hello there,
we are using port based SMS now for some communication with our
Android software. the problem is now that we register for port X with
the system to receive broadcasts, but we receive broadcasts for ALL
ports.
<receiver android:name=".communication.s ms.SmsBroadcastReceiver">
<intent-filter>
-
Posted: March 2, 2010, 7:56pm CET by Anna PS
Hi there,
This is a newbie question, so apologies. Also, I apologies if I've
accidentally cross-posted from Android Developers: I tried there
first, but my post isn't showing up for some reason.
I would like to store a username and password for HTTP login in the
Android source (it's an account that is app-wide, not per-user, so I
-
Posted: March 2, 2010, 4:05pm CET by wadakil
Slt à tous je suis entrain de travail sur une solution de VPN sur
Android. J'aurais souhaité implementer un tunel IPSec, si quelqu'un à
un exemple type qu'il veuille m'aider.
Merci à l'équipe Android
Akil, student Enig
-
I would like to perform security testing on different cell phones with
Android operation system. Do you have any available security testing
tools that I can use or any ideas what should I check. Any information
will be helpfull.
Thank you in advance.
-
Posted: February 26, 2010, 5:48pm CET by _lou_
Hello,
From what I could read, it is
- not possible to associate a permission with several certificates
- not possible to create a permission unless you have some code
bundled with it in an APK file
- not possible to define a set new permissions associated with a
certificate each unless you create one APK file for each permission/
-
Ich bin ab 19.02.2010 nicht im Büro und bin ab 28.02.2010 wieder anwesend.
Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
I'll answer your message as soon as I'll be back in the Office.
-
Posted: February 22, 2010, 7:09am CET by ksk
Hi,
I have an application(apk) which normally gets uid as
app_16. Internally it calls a Shared library, which tries to write to
HCI socket(bluetooth socket). Here the socket which is created has
bluetooth UID and GID. It is not allowing to write to that socket.
Can any body give me suggestion what all permissions should be given
-
Posted: February 17, 2010, 12:15am CET by DJC
How secure is Android? As a happy owner of a new Droid with a strong
suspicion that it may have been used in an identity theft, I figured
this was a good place to spread the word and seek some advice.
Someone broke into my Google business account and created a $200/day
national fraudulent Adwords campaign pointing to someone else's
-
Posted: February 12, 2010, 5:33am CET by Jon
Why to end users do not give the rights of the administrators (root)?
It does not allow users to use a device to the full.
Why there is no possibility to instal applications on a memory map?
-
I have a Digicert signed certificate that is resulting in an
SSLException (Not trusted server certificate). Can someone explain
why a Digicert certificate would be denied by Android.
I don't know how certificate signing authorities are certified but am
I missing something about Digicert? Are they not a valid certificate
-
Hi,
Is there any way to link a Linux Module with an Android Application?
Like when I start an Application, the module will be loaded (insmod)
and when I exit the application the module will be unloaded (rmmod).
Regards,
Perumal
-
Posted: January 21, 2010, 12:37pm CET by moa
We have wifi security that requires a certificate. This certificate is
DER or PEM format. This is easily imported on windows laptop or a pda
and you are then able to connect, all very straightforward.
However, the Nexus One does not seem to import these. It seems to
require a .p12 file (PKCS#12). In order to create one of these you
-
Does anyone know if there is a command that can be used via the adb
shell to do a simple crc on the files? I would use something like
cksum but apparently its not a valid command, and the only other one i
know of is using openssl to do hashes. Anyway let me know if you have
any thoughts or ideas. Thanks.
-
I'm trying to write an app that will allow plugins (in the form of
JARs with a few classes), but I don't want them to be able to interact
with other applications on the device except through my own API. Are
there any nice ways of preventing code from broadcasting arbitrary
intents? If this isn't realistic at runtime, would a static analysis
-
I am working on a proof of concept approach to a viable antivirus/
malware solution for smartphones as part of a research project. I am
currently stuck as I have been trying to figure out if it is possible
and how to go about accessing files on a phone via one of my
computers. I have concluded that there may be an issue with viability
-
Posted: January 12, 2010, 3:38pm CET by Reado
Hey, I've posted this on a few forums and have been unable to get any
help so wondering if anyone here would be able to help me.
I'm trying to use BouncyCastle with android to implement ECDH and EL
Gamal. I've added the bouncycastle jar file (bcprov-jdk16-144.jar) and
written some code that works with my computers jvm however when I try
-
Posted: January 9, 2010, 6:48pm CET by Hayden
Google account security is pretty good for preventing hackers from
getting into your account (secondary email addresses, using SMS's to
password recovery, etc) but once a hacker has your password, you are
screwed. With your password, the hacker can quickly change all of
your recovery settings (secondary email address, phone number, and
-
Hello,
Recently I found that the browser on android 2.0 not consider apn
proxy as its proxy anymore,
while it works on earlier platform(1.5 & 1.6). Does google remove this
feature due to security
reason? Is there a way to specify proxy for browser on android 2.0 and
later?
Any feedback is appreciated~~
-
Hello
My name is Mark Goodner, I'm are very strong believer and truly Linux
user and administrator. I am very intereted in the new Nexus One cell
phone, but further more I am interested in the application that comes
along with the phone and finding out more about it functionality and
the many open abilities to make changes to the application to make the
-
Update on removing the "09Droid" phishing applications from the app
store?
-
Hi,
I want to trace the system calls (using strace) made by Android
Applications. Currently I can do this in the terminal or adb shell.
I wrote a simple Hello World app in C then cross-compile it and adb
push into /data directory then did strace.
But how to use strace on those applications installed in the menu?
-
Hi,
Anomaly detection systems use statistical methods to establish a system
profile and then trigger alerts when that normal profile is violated. I
recentently wanna write an application which can show user about the phone
usage statistics. The information includes voice call, SMS/MMS, GPRS/3G