Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoBerlatoFBK committed Oct 28, 2024
1 parent 85603e8 commit 0d611f0
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 87 deletions.
49 changes: 19 additions & 30 deletions _data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,6 @@ current:
# yearFrom: # e.g., 2022
# yearTo: # e.g., 2023

- personId: GiorgiaGabardi
type: B
topic: Cryptographic Revocation
institution: University of Trento
yearFrom: 2024
# yearTo: 2023

- personId: NicolaSmaniotto
type: M
topic: Cryptographic Revocation
institution: University of Trento
yearFrom: 2024
# yearTo: 2023

- personId: SaraMontanari
type: M
topic: Key Recovery
institution: University of Trento
yearFrom: 2024
# yearTo: 2024

- personId: ValeriaVicard
type: M
topic: Pairin based Cryptography for Searchable and Attribute-based Encryption
institution: University of Udine
yearFrom: 2024
# yearTo: 2024

junior:
# - # ID of the person

Expand Down Expand Up @@ -95,18 +67,35 @@ former:
# - personId: # ID of the person
# thesisId: # ID of the thesis

- personId: MarcoSoldera_BA
thesisId: MarcoSoldera_BA

- personId: GiorgiaGabardi_BA
thesisId: GiorgiaGabardi_BA

- personId: IonAndyDitu_BA
thesisId: IonAndyDitu_BA

- personId: LucaClaus_BA
thesisId: LucaClaus_BA

- personId: MarcoSoldera_BA
thesisId: MarcoSoldera_BA

- personId: NicolaSmaniotto
type: M
topic: Cryptographic Revocation
institution: University of Trento
yearFrom: 2024
yearTo: 2024

- personId: SaraMontanari_MA
thesisId: SaraMontanari_MA

- personId: SimoneBrunello_BA
thesisId: SimoneBrunello_BA

- personId: ValeriaVicard_MA
thesisId: ValeriaVicard_MA

junior:
# - personId: # ID of the person
# topic: # title of the topic/thesis/internship proposal
Expand Down
95 changes: 95 additions & 0 deletions _data/offers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,98 @@ past-university-projects:
links:
- name: Link
url: https://aleph.fbk.eu/tools/CryptoAC

- id: p-2024-01-aleph-3
title: Cryptographic Revocation
thesisID: GiorgiaGabardi_BA
description: >
There is a strong interest in privacy-enhancing technologies to satisfy the complex requirements of digital identity, in particular minimizing the personal data shared at each presentation and preventing others from correlating the activity of digital identity credential holders between presentations. Important use cases are the Mobile Driver's License (ISO 18013-5) and the European Digital Identity Wallet.<br /> Cryptographic accumulators, e.g., [BdM93, N05, LLX07, BBF18, VB20] are efficient protocols to prove set (non-)membership that have been proposed as privacy-enhancing credential revocation mechanisms for digital credentials, e.g., [CL02].<br /> During the internship, you will have an opportunity to consider theoretical and practical aspects of these technologies, to be agreed upon based on your interest and prior knowledge. We are particularly interested in a performance comparison of algorithms of interest, possibly using existing libraries (e.g., accumulator-rs).
level: MSc
unit: ALEPH
supervisor:
- AlessandroTomasi
prerequisites:
- An undergraduate course in cryptography is required for basic notions.
- "Knowledge of one or more of the following would be highly advantageous: RSA, elliptic curve cryptography, zero-knowledge proofs, programming in Python or Rust."
- Knowledge of programming languages (i.e., Python, Rust) would be highly advantageous.
objectives:
- Summary of chosen technologies.
- Comparison of technologies on metrics of interest for the chosen scenario, e.g., complexity (number of operations), proof size, and offline functionality.
- Exploration of alternatives for cryptographic agility, e.g., other elliptic curves or hash functions.
topics:
- Digital Identity
- Cryptography
- Privacy Enhancing Technologies
references:
- id: BBF18
text: "\"Batching Techniques for Accumulators with Applications to IOPs and Stateless Blockchains\". D Boneh, B Bünz, B Fisch. IACR 2018, CRYPTO 2019."
links:
- name: DOI
url: https://doi.org/10.1007/978-3-030-26948-7_20
- name: Video
url: https://www.youtube.com/watch?v=gui-D_Og61w"
- id: BdM93
text: "\"One-way accumulators: a decentralized alternative to digital signatures.\" J C Benaloh, M de Mare, Eurocrypt 93."
links:
- name: DOI
url: https://doi.org/10.1007/3-540-48285-7_24
- id: CL02
text: "\"Dynamic Accumulators and Application to Efficient Revocation of Anonymous Credentials.\" J Camenisch, A Lysyanskaya, CRYPTO 2002."
links:
- name: DOI
url: https://10.1007/3-540-45708-9_5"
- id: LLX07
text: "\"Universal Accumulators with Efficient Nonmembership Proofs\". Li, J., Li, N., Xue, R., 2007."
links:
- name: DOI
url: https://doi.org/10.1007/978-3-540-72738-5_17
- id: N05
text: "\"Accumulators from Bilinear Pairings and Applications.\" L Nguyen, CT-RSA 2005."
links:
- name: DOI
url: https://doi.org/10.1007/978-3-540-30574-3_19
- id: VB20
text: "\"Dynamic Universal Accumulator with Batch Update over Bilinear Groups\". G. Vitto, A. Biryukov, IACR 2020, CT-RSA 2022."
links:
- name: DOI
url: https://doi.org/10.1007/978-3-030-95312-6_17
- name: Video
url: https://www.youtube.com/watch?v=Zi9pJpZKHX0
- id: CHAHC22
text: "\"Curve Trees: Practical and Transparent Zero-Knowledge Accumulators.\" M Campanelli, M Hall-Andersen, S Holmgaard Kamp."
links:
- name: Link
url: https://ia.cr/2022/756
notes: >
The objectives may be weighted differently according to interest, availability, and the chosen topic.
- id: p-2024-01-aleph-4
title: Key Recovery
thesisID: SaraMontanari_MA
description: >
Safeguarding private keys presents many issues, especially for the general public. Private keys can be easily lost or forgotten, leading to the inaccessibility of the assets which they control. On the other hand, delegating full control of the keys to a third party for safekeeping is risky and may not be viable. We would like to implement and test a recently proposed cryptographic key recovery scheme [BLM22] based on a distributed secret sharing that allows some parties to be offline during the key-generation process.
level: MSc
unit: ALEPH
supervisor:
- RiccardoLongo
- AlessandroTomasi
prerequisites:
- Knowledge of secret sharing and Elliptic Curve Cryptography.
- Programming experience in Rust, C, Python, or equivalent.
- Knowledge of Pedersen commitment is not required but would be beneficial.
objectives:
- Development of a cryptographic proof of concept software.
- Performance evaluation and comparison.
topics:
- Secret Sharing
- Decentralization
references:
- text: "Aleph: e-voting"
links:
- name: Link
url: https://aleph.fbk.eu/projects/e-voting
- id: BLM22
text: "M Battagliola, R Longo, A Meneghetti: Extensible Decentralized Secret Sharing and Application to Schnorr Signatures."
links:
- name : Link
url: https://eprint.iacr.org/2022/1551
64 changes: 7 additions & 57 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- id: AdamJLee
name: Adam J.
surname: Lee
email: [email protected]

- id: AlessandroTomasi
name: Alessandro
Expand All @@ -33,33 +32,22 @@
- id: AmirSharif
name: Amir
surname: Sharif
email: [email protected]
website: https://st.fbk.eu/people/amir-sharif
image: https://st.fbk.eu/assets/areas/people/AmirSharif.jpg

- id: AndreaBisegna
name: Andrea
surname: Bisegna
email: [email protected]
usernameFBK: a.bisegna
website: https://st.fbk.eu/people/andrea-bisegna
image: https://st.fbk.eu/assets/areas/people/AndreaBisegna.jpg

- id: AndreaFlamini
name: Andrea
surname: Flamini
email: [email protected]

- id: DomenicoSiracusa
name: Domenico
surname: Siracusa
email: [email protected]

- id: ChiaraSpadafora
name: Chiara
surname: Spadafora
email: [email protected]
orcid: 0000-0003-3352-9210

- id: EnricoSorbera
name: Enrico
Expand All @@ -74,11 +62,9 @@
- id: FrancescoAntonioMarino
name: Francesco Antonio
surname: Marino
email: [email protected]

- id: FrancescoMogavero
name: Francesco
orcid: 0000-0001-9860-7297
surname: Mogavero

- id: GiacomoBrandi
Expand All @@ -98,20 +84,14 @@
- id: GiadaSciarretta
name: Giada
surname: Sciarretta
email: [email protected]
phone: "+390461312378"
website: https://st.fbk.eu/people/giada-sciarretta
image: https://st.fbk.eu/assets/areas/people/GiadaSciarretta.jpg
orcid: 0000-0001-7567-4526

- id: GiorgiaGabardi
- id: GiorgiaGabardi_BA
name: Giorgia
surname: Gabardi

- id: IonAndyDitu
name: Ion Andy
surname: Ditu
email: [email protected]

- id: IonAndyDitu_BA
name: Ion Andy
Expand All @@ -120,7 +100,6 @@
- id: IreneVilla
name: Irene
surname: Villa
orcid: 0000-0001-6381-4712

- id: LucaClaus_BA
name: Luca
Expand All @@ -129,16 +108,10 @@
- id: MajidMollaeefar
name: Majid
surname: Mollaeefar
email: [email protected]
usernameFBK: mmollaeefar
website: https://st.fbk.eu/people/majid-mollaeefar
image: https://st.fbk.eu/assets/areas/people/MajidMollaeefar.jpg
orcid: 0000-0002-0277-3029

- id: MarcoCalderini
name: Marco
surname: Calderini
orcid: 0000-0002-6817-3421

- id: MarcoCentenaro
name: Marco
Expand All @@ -162,26 +135,25 @@
place: Trento, Italy
email: [email protected]

- id: MarinoMiculan
name: Marino
surname: Miculan

- id: MassimilianoSala
name: Massimiliano
surname: Sala
orcid: 0000-0002-7266-5146

- id: MatteoBitussi
name: Matteo
surname: Bitussi
email: [email protected]

- id: MatteoFranzil
name: Matteo
surname: Franzil
email: [email protected]

- id: MatteoRizzi
name: Matteo
surname: Rizzi
email: [email protected]
orcid: 0000-0002-5288-3031

- id: NicolaSmaniotto
name: Nicola
Expand All @@ -194,7 +166,6 @@
- id: PietroDeMatteis
name: Pietro
surname: De Matteis
email: [email protected]

- id: RiccardoLongo
name: Riccardo
Expand All @@ -210,16 +181,10 @@
- id: RiccardoGermenia
name: Riccardo
surname: Germenia
email: [email protected]
orcid: 0009-0009-9283-8030

- id: RobertoCarbone
name: Roberto
surname: Carbone
email: [email protected]
phone: "+390461314185"
website: https://st.fbk.eu/people/roberto-carbone
image: https://st.fbk.eu/assets/areas/people/RobertoCarbone.jpg

- id: RoccoZaccagnino
name: Rocco
Expand All @@ -228,24 +193,14 @@
- id: SalvatoreManfredi
name: Salvatore
surname: Manfredi
email: [email protected]
phone: "+390461314193"
website: https://st.fbk.eu/people/salvatore-manfredi
image: https://st.fbk.eu/assets/areas/people/SalvatoreManfredi.jpg
orcid: 0000-0001-9645-6034

- id: SaraMontanari
- id: SaraMontanari_BA
name: Sara
surname: Montanari

- id: SilvioRanise
name: Silvio
surname: Ranise
email: [email protected]
phone: "+390461314192"
website: https://st.fbk.eu/people/silvio-ranise
image: https://cs.fbk.eu/assets/areas/people/cs/SilvioRanise.jpg
orcid: 0000-0001-7269-9285

- id: SilvioCretti
name: Silvio
Expand All @@ -269,13 +224,8 @@
- id: UmbertoMorelli
name: Umberto
surname: Morelli
email: [email protected]
usernameFBK: umorelli
website: https://st.fbk.eu/people/umberto-morelli
image: https://st.fbk.eu/assets/areas/people/UmbertoMorelli.jpg
orcid: 0000-0003-2899-2227

- id: ValeriaVicard
- id: ValeriaVicard_MA
name: Valeria
surname: Vicard

Expand Down
Loading

0 comments on commit 0d611f0

Please sign in to comment.