Аннотации
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
#heading(numbering: none, outlined: true)[Abstract]
|
||||
#import "common.typ": pz-biblio-strip-en, pz-front-heading
|
||||
|
||||
#v(0.5em)
|
||||
#pagebreak(weak: 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.
|
||||
#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,
|
||||
)
|
||||
|
||||
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.
|
||||
#pz-front-heading(page-break: false)[Annotation]
|
||||
|
||||
Keywords: mobile application, client-side encryption, Android, vault, OAuth, Room.
|
||||
#{
|
||||
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.]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user