中文
相关论文

相关论文: A Symbolic Intruder Model for Hash-Collision Attac…

200 篇论文

Assessing network security is a complex and difficult task. Attack graphs have been proposed as a tool to help network administrators understand the potential weaknesses of their network. However, a problem has not yet been addressed by…

密码学与安全 · 计算机科学 2013-06-21 Jorge Lucangeli Obes , Carlos Sarraute , Gerardo Richarte

Today, offline attacks are one of the most severe threats to password security. These attacks have claimed millions of passwords from prominent websites including Yahoo, LinkedIn, Twitter, Sony, Adobe and many more. Therefore, as a…

密码学与安全 · 计算机科学 2020-09-15 Harshal Tupsamudre , Sachin Lodha

In recent years, many efforts have demonstrated that modern machine learning algorithms are vulnerable to adversarial attacks, where small, but carefully crafted, perturbations on the input can make them fail. While these attack methods are…

密码学与安全 · 计算机科学 2019-06-25 Yuan Gong , Boyang Li , Christian Poellabauer , Yiyu Shi

Offensive security-tests are a common way to pro-actively discover potential vulnerabilities. They are performed by specialists, often called penetration-testers or white-hat hackers. The chronic lack of available white-hat hackers prevents…

软件工程 · 计算机科学 2023-08-24 Andreas Happe , Jürgen Cito

In a spoofing attack, an attacker impersonates a legitimate user to access or tamper with data intended for or produced by the legitimate user. In wireless communication systems, these attacks may be detected by relying on features of the…

机器学习 · 计算机科学 2022-11-09 Daniel Romero , Peter Gerstoft , Hadi Givehchian , Dinesh Bharadia

Hyperplane hashing aims at rapidly searching nearest points to a hyperplane, and has shown practical impact in scaling up active learning with SVMs. Unfortunately, the existing randomized methods need long hash codes to achieve reasonable…

机器学习 · 计算机科学 2012-06-22 Wei Liu , Jun Wang , Yadong Mu , Sanjiv Kumar , Shih-Fu Chang

We investigate the security of Split Learning -- a novel collaborative machine learning framework that enables peak performance by requiring minimal resources consumption. In the present paper, we expose vulnerabilities of the protocol and…

密码学与安全 · 计算机科学 2021-11-05 Dario Pasquini , Giuseppe Ateniese , Massimo Bernaschi

Network Intrusion Detection Systems (NDIS) monitor a network with the aim of discerning malicious from benign activity on that network. While a wide range of approaches have met varying levels of success, most IDS's rely on having access to…

人工智能 · 计算机科学 2010-07-05 Gianni Tedesco , Jamie Twycross , Uwe Aickelin

Attack detection problems in the smart grid are posed as statistical learning problems for different attack scenarios in which the measurements are observed in batch or online settings. In this approach, machine learning algorithms are used…

机器学习 · 计算机科学 2015-03-24 Mete Ozay , Inaki Esnaola , Fatos T. Yarman Vural , Sanjeev R. Kulkarni , H. Vincent Poor

Honeywords are decoy passwords that can be added to a credential database; if a login attempt uses a honeyword, this indicates that the site's credential database has been leaked. In this paper we explore the basic requirements for…

密码学与安全 · 计算机科学 2024-03-07 Zonghao Huang , Lujo Bauer , Michael K. Reiter

Many damaging cybersecurity attacks are enabled when an attacker can access residual sensitive information (e.g. cryptographic keys, personal identifiers) left behind from earlier computation. Attackers can sometimes use residual…

密码学与安全 · 计算机科学 2021-06-21 Deborah Shands , Carolyn Talcott

Wireless sensor network (WSN) is regularly deployed in unattended and hostile environments. The WSN is vulnerable to security threats and susceptible to physical capture. Thus, it is necessary to use effective mechanisms to protect the…

密码学与安全 · 计算机科学 2011-08-15 Hichem Sedjelmaci , Mohamed Feham

In adversarial patrolling games, a mobile Defender strives to discover intrusions at vulnerable targets initiated by an Attacker. The Attacker's utility is traditionally defined as the probability of completing an attack, possibly weighted…

多智能体系统 · 计算机科学 2022-02-03 David Klaška , Antonín Kučera , Vít Musil , Vojtěch Řehák

Quantum hashing is a widely used technique in quantum computation that allows us to design space-efficient algorithms and protocols. Recently, Vasiliev has shown that the phase form of shallow quantum hashing can be implemented by a circuit…

量子物理 · 物理学 2025-11-25 Ilnar Zinnatullin , Alexander Vasiliev

Machine learning models are known to be vulnerable to adversarial evasion attacks as illustrated by image classification models. Thoroughly understanding such attacks is critical in order to ensure the safety and robustness of critical AI…

机器学习 · 计算机科学 2023-08-04 Kevin Eykholt , Taesung Lee , Douglas Schales , Jiyong Jang , Ian Molloy , Masha Zorin

Imagine handling collisions in a hash table by storing, in each cell, the bit-wise exclusive-or of the set of keys hashing there. This appears to be a terrible idea: For $\alpha n$ keys and $n$ buckets, where $\alpha$ is constant, we expect…

数据结构与算法 · 计算机科学 2022-11-08 Jakob Bæk Tejs Houen , Rasmus Pagh , Stefan Walzer

Symbolic execution is a powerful technique for program analysis. However, it has many limitations in practical applicability: the path explosion problem encumbers scalability, the need for language-specific implementation, the inability to…

编程语言 · 计算机科学 2018-07-03 Shiqi Shen , Soundarya Ramesh , Shweta Shinde , Abhik Roychoudhury , Prateek Saxena

An attacker who breaks into an authentication server and steals all of the cryptographic password hashes is able to mount an offline-brute force attack against each user's password. Offline brute-force attacks against passwords are…

密码学与安全 · 计算机科学 2021-02-02 Wenjie Bai , Jeremiah Blocki

Cryptographic protocols aim at securing communications over insecure networks such as the Internet, where dishonest users may listen to communications and interfere with them. A secure communication has a different meaning depending on the…

密码学与安全 · 计算机科学 2016-11-10 Stéphanie Delaune , Lucca Hirschi

Probabilistic program analysis aims to quantify the probability that a given program satisfies a required property. It has many potential applications, from program understanding and debugging to computing program reliability, compiler…

编程语言 · 计算机科学 2017-09-08 Aleksandar S. Dimovski