Skip to content

JWEBAGENTPART2 is invented by wilmix jemin j in JDollar(JWEB) P.L at year 2017 is focused for high security with encoding and decoding the text with encryption.

License

Notifications You must be signed in to change notification settings

wilmix8/DOTWEB3.0PART6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

JSHIELD

==========

JWEBAGENTPART2 (JSHIELD) is invented by wilmix jemin j in JDollar(JWEB) P.L at year 2017 is focused for high security with encoding and decoding the text with encryption. It is focused for high security with encoding and decoding the text with encryption.

What is the Work flow of JSHIELD?

When remoteserver compiles .Jdollar

it generates a .class file and .bs file that we already know.

When .bs is invoked in our browser it converts to .S file and deletes .class file ie)

.S is called as Security file for future use.

When you invoked in your browser the security file .S contents is displayed.

Advantages

===> Focused on high security with encoding and decoding the text with encryption.

SYNTAX-1

@JRemote

<%

public class index {

public void JDOLLAR-Main( ) {

<! JDollar security logic !>

}

}

%>

SYNTAX-2

filename.j$

.util;

Program5 {

<CLASS> Prog

{

  public void Main()
  {

<! JDollar logic !>

}

}

}

note: here you can use .dll file

in properties file and use the libraries in the main program.

Example1-1:

@JRemote

<%

public class index {

public void JDOLLAR-Main( ) {

HTML.displayhtml("Register.html");

}

}

%>

Jquerytest.j$

.util;

Program5 {

<CLASS> Prog

{

  public void Main()
  {

ArrayList arm1= new ArrayList();

arm1.add("name"); arm1.add("uname");arm1.add("password"); arm1.add("state"); arm1.add("coun"); arm1.add("spwd"); arm1.add("stext"); arm1.add("familydet"); arm1.add("Indent"); arm1.add("CIndent");

arm1.add("NOT");

("");

("");

("

");

// security file parameters will store it in filename.sl.dsn format

ArrayList armg= Request.Query(arm1,"index.sl.dsn",10,1); ("

");

("

");

("

");

("

");

("

");

("

");

("

");

("

");

("

");

("

"); (" "); (" ");

("

");

("

");

for (int i=armg.size()-10;i<armg.size();i++) {

("

");

}

("

");

("

Name Username Password State Country Confirm Password Secret Password FamilyDetails Percentage of Marks ScoredSubject
"+armg.get(i)+"
");

("");

("");

}

}

}

Note: JSHIELD is focused on security projects like school marks mgt,etc.

JSHIELD is used with JDollarpart1 and JDollarpart2.

About

JWEBAGENTPART2 is invented by wilmix jemin j in JDollar(JWEB) P.L at year 2017 is focused for high security with encoding and decoding the text with encryption.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published