473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Secure Language for Online Computations

Hello, all.

I hope somebody in this group can either answer my questions or point
me in the right direction.

I write Javascript routines that do mathematical, floating point,
computations. I like Javascript because a person does not have to
download anything to their computer, and the source code is
viewable--making it easy to download and include in a "C" program.

However, a few people have told me they do not use Javascript for
security reasons.

Can somebody please suggest some options for me.
1) I am considering JAVA (Don't the same security concerns exist for
JAVA as exist for Javascript?)

2) Should I consider PHP? (I don't know anything about PHP; what makes
it different from Javascript for creating dynamic pages?)

3) Should I consider something else?

Thanks for any assistance provided.
David
Jul 16 '05 #1
1 1545
David writes:
Hello, all.
I hope somebody in this group can either answer my questions or point
me in the right direction. I write Javascript routines that do mathematical, floating point,
computations. I like Javascript because a person does not have to
download anything to their computer, and the source code is
viewable--making it easy to download and include in a "C" program. However, a few people have told me they do not use Javascript for
security reasons.
I think javascript is pretty well confined these days, but abuse of
less secure incarnations has given it a bad reputation. Ask people
what their fears are and do a bit of research for them.
Can somebody please suggest some options for me.
1) I am considering JAVA (Don't the same security concerns exist for
JAVA as exist for Javascript?)
Java was designed with security in mind from the start. The
disadvantage of Java is that you can't guarantee that the Java plugin
is installed. Java is used more in servers these days, and recently
in mobile phones.
2) Should I consider PHP? (I don't know anything about PHP; what makes
it different from Javascript for creating dynamic pages?)
PHP runs on the server not the client, so wouldn't be good replacement
for javascript in most applications. It generates pages and sends
them to the client. To change a page requires that it is reloaded by
the client.
3) Should I consider something else?


Flash's actionscript is a version of javascript (more precisely, both
are implementations of the ECMAScript standard). No one worries about
flash security, and I expect it's installed on more machines than
Java. The disadvantage is that flash isn't free.

--

__o Alex Farran
_`\<,_ Analyst / Programmer
(_)/ (_) www.alexfarran.com

Jul 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Hegemony Cricket | last post by:
My company is hoping to distribute a JAR file containing a bunch of API classes for some low-level underlying computations. There seem to be a number of ways to distribute secure JAR files that...
6
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms...
5
by: A.M | last post by:
Hi, My ASP.NET application uses SSL on IIS6. up on visiting some pages, IE 6 shows this security alert: This page contains both secure and non secure items. Do you want to display non-secure...
3
by: Bill | last post by:
I'm running a C#.Net application that is using the HttpWebRequest to upload an xml file to a https site with FIPS complicancy turned on. On the "GetRequestStream()" method I get: "The underlying...
5
by: Joe | last post by:
I have an application which runs in a non-secure environment. I also have an application that runs in a secure environment (both on the same machine). Is there any way to share the session data for...
31
by: cctv.star | last post by:
I was wondering, why you always have to remember to call bases' constructors explicitly from the derived class constructor? Why hasn't this been enforced by the language?
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
40
by: Robert Seacord | last post by:
The CERT/CC has released a beta version of a secure integer library for the C Programming Language. The library is available for download from the CERT/CC Secure Coding Initiative web page at:...
7
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.