Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] [EASE] Sign and Verify Scripts

Hi Christian,

Sorry for inconveniences.

Last week, I have prepared more scripts with valid/invalid signature in python and _javascript_. Scripts are available here.

These scripts are signed by code that is written by me, available here. Core methods available here.

getSign(), getCert(), getContent() methods in Extract_Sign_Cert_Content.java file are used to extract signature, certificate and main content over which signature is applied from script file.

I did these things last week and posted more detailed contents in this thread and this was on 2 June.

In weekend, I was studying source code and trying to analyze where best to put signature signing methods. As guided by you, I am looking at following classes

  • EaseLaunchDelegate
  • EnvironmentModule
  • ScriptImpl

which are entry points for script execution.

I am planning to do first commit this week regarding core methods of signing functionality.

Thanks,

--
Varun Raval

Back to the top