Source author record

Swapnil Kharche

Swapnil Kharche appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

An open source MATLAB package to perform basic and advanced statistical analysis of turbulence data and other complex systems

We present a user-friendly open-source MATLAB\textsuperscript{\textregistered} package developed by the research group Turbulence, Wind energy and Stochastics (TWiSt) at the Carl von Ossietzky University of Oldenburg. Firstly, this package helps the user to perform a very basic statistical analysis of a given turbulent data set which we believe to be useful to the entire turbulence community. It can be used to estimate the statistical quantities of turbulence such as the spectrum density, turbulent intensity, integral length scale, Taylor microscale, Kolmogorov scale and dissipation rate. Different well-known methods available in the literature were selected so that they can be compared. Secondly, this package also performs an advanced analysis which includes the scale-dependent statistical description of turbulent cascade using the Fokker-Planck equation which consequently leads to the assessment of integral fluctuation theorem. This is utilized to estimate velocity increments, structure functions and their scaling exponents, drift and diffusion coefficients of the Fokker-Planck equation and consequently the total entropy production of the turbulent cascade. As a precondition for the stochastic process approach, Markovian properties of the turbulent cascade in scale are tested. The knowledge of a Fokker-Planck equation allows to determine for each independent cascade trajectories a total entropy production. The estimation of total entropy production allows to verify a rigorous law of non-equilibrium stochastic thermodynamics, namely the integral fluctuation theorem, which must be valid if Markov properties hold and the Fokker-Planck equation is correct. This approach to the turbulent cascade process has the potential for a new way to link the statistical description of turbulence, non-equilibrium stochastic thermodynamics and local turbulent flow structures.

preprint2015arXiv

Preventing SQL Injection attack using pattern matching algorithm

SQL injection attacks, a class of injection flaw in which specially crafted input strings leads to illegal queries to databases, are one of the topmost threats to web applications. A Number of research prototypes and commercial products that maintain the queries structure in web applications have been developed. But these techniques either fail to address the full scope of the problem or have limitations. Based on our observation that the injected string in a SQL injection attack is interpreted differently on different databases.Injection attack is a method that can inject any kind of malicious string or anomaly string on the original string. Pattern matching is a technique that can be used to identify or detect any anomaly packet from a sequential action. Most of the pattern based techniques are used static analysis and patterns are generated from the attacked statements. In this paper, we proposed a detection and prevention technique for preventing SQL Injection Attack using AhoCorasick pattern matching algorithm. In this paper, we proposed an overview of the architecture. In the initial stage evaluation, we consider some sample of standard attack patterns and it shows that the proposed algorithm is works well against the SQL Injection Attack.