mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-21 15:56:29 -05:00
Added link to GandALF paper
This commit is contained in:
parent
0e5f69e827
commit
5fe7a7ceb0
2 changed files with 11 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
draft: true
|
||||
draft: false
|
||||
title: "CryptoSolve: A Tool for the Analysis of Cryptographic Modes of Operation"
|
||||
authors: [
|
||||
"Dalton Chichester",
|
||||
|
@ -14,21 +14,18 @@ authors: [
|
|||
"Luis Rovira",
|
||||
"Brandon Rozek"
|
||||
]
|
||||
publish_date: "2022/09"
|
||||
publish_date: "2022/09/20"
|
||||
conference: "International Symposium on Games, Automata, Logic, and Formal Verification"
|
||||
|
||||
|
||||
issn: ""
|
||||
isbn: ""
|
||||
doi: ""
|
||||
volume: 0
|
||||
issue: 0
|
||||
firstpage: 0
|
||||
lastpage: 0
|
||||
issn: "2075-2180"
|
||||
doi: "10.4204/EPTCS.370"
|
||||
volume: 370
|
||||
firstpage: 147
|
||||
lastpage: 161
|
||||
language: "English"
|
||||
keywords: []
|
||||
|
||||
pdf_url: ""
|
||||
abstract: ""
|
||||
pdf_url: "https://cgi.cse.unsw.edu.au/~eptcs/Published/GandALF2022/Proceedings.pdf#page=157"
|
||||
abstract: "Recently, interest has been emerging in the application of symbolic techniques to the specification and analysis of cryptosystems. These techniques, when accompanied by suitable proofs of soundness/completeness, can be used both to identify insecure cryptosystems and prove sound ones secure. But although a number of such symbolic algorithms have been developed and implemented, they remain scattered throughout the literature. In this paper, we present a tool, CryptoSolve, which provides a common basis for specification and implementation of these algorithms, CryptoSolve includes libraries that provide the term algebras used to express symbolic cryptographic systems, as well as implementations of useful algorithms, such as unification and variant generation. In its current initial iteration, it features several algorithms for the generation and analysis of cryptographic modes of operation, which allow one to use block ciphers to encrypt messages more than one block long. The goal of our work is to continue expanding the tool in order to consider additional cryptosystems and security questions, as well as extend the symbolic libraries to increase their applicability."
|
||||
---
|
||||
|
||||
|
|
|
@ -8,9 +8,10 @@ aliases:
|
|||
|
||||
## Publications
|
||||
|
||||
CryptoSolve: A Tool for the Analysis of Cryptographic Modes of Operation
|
||||
[CryptoSolve: A Tool for the Analysis of Cryptographic Modes of Operation](/paper/2209.01)
|
||||
- Authors: D Chichester, W Du, R Kauffman, H Lin, C Lynch, A M. Marshall, C Meadows, P Narendran, V Ravishankar, L Rovira, *B Rozek*.
|
||||
- Venue: International Symposium on Games, Automata, Logic, and Formal Verification, 2022.
|
||||
- [Paper](https://cgi.cse.unsw.edu.au/~eptcs/Published/GandALF2022/Proceedings.pdf#page=157)
|
||||
|
||||
[A Framework for Testimony-Infused Automated Adjudicative Dynamic
|
||||
Multi-Agent Reasoning in Ethically Charged Scenarios](/paper/2207.01)
|
||||
|
|
Loading…
Reference in a new issue