27 lines
1.2 KiB
Typst
27 lines
1.2 KiB
Typst
#import "common.typ": pz-biblio-strip-en, pz-front-heading
|
|
|
|
#pagebreak(weak: true)
|
|
|
|
#pz-biblio-strip-en(
|
|
udk: "004.738.5",
|
|
author: "Pytkov Roman Evgenievich",
|
|
title: "Development of the Wallenc mobile application — a universal wallet for secure storage of data on untrusted backends without a dedicated application server",
|
|
year: 2026,
|
|
)
|
|
|
|
#pz-front-heading(page-break: false)[Annotation]
|
|
|
|
#{
|
|
set par(first-line-indent: 0pt, justify: true)
|
|
|
|
[The thesis describes the Wallenc mobile application — a client wallet for storing data on untrusted backends without a dedicated application server. Data is encrypted on the device before upload; decryption is performed only when the user enters a valid key. The work includes analysis of analogues, requirements, architecture and UI design, Kotlin implementation for Android, testing, and a brief economic assessment.]
|
|
|
|
parbreak()
|
|
|
|
[The application uses MVVM and Clean Architecture. Main features are local and remote vault management, client-side AES encryption, Room metadata storage, and Yandex OAuth integration.]
|
|
|
|
parbreak()
|
|
|
|
[Keywords: mobile application, client-side encryption, Android, vault, OAuth, Room.]
|
|
}
|