Черновик ПЗ

This commit is contained in:
2026-05-25 19:34:22 +03:00
parent adc3730b8d
commit 2b139a18b3
72 changed files with 3570 additions and 0 deletions

94
Report/references.bib Normal file
View File

@@ -0,0 +1,94 @@
@misc{gost7322017,
title = {ГОСТ 7.32—2017. Отчёт о научно-исследовательской работе. Структура и правила оформления},
year = {2017},
note = {Электронный ресурс: https://tsu.ru/upload/medialibrary/235/gost_7.32_2017.pdf},
}
@misc{kotlin-docs,
title = {Kotlin Documentation},
author = {{JetBrains}},
year = {2026},
url = {https://kotlinlang.org/docs/home.html},
}
@misc{android-arch,
title = {Guide to app architecture},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/topic/architecture},
}
@misc{compose-docs,
title = {Get started with Jetpack Compose},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/develop/ui/compose/documentation},
}
@misc{room-docs,
title = {Save data in a local database using Room},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/training/data-storage/room},
}
@misc{hilt-docs,
title = {Hilt},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/training/dependency-injection/hilt-android},
}
@misc{oauth-rfc6749,
title = {The OAuth 2.0 Authorization Framework},
author = {Hardt, D.},
year = {2012},
url = {https://datatracker.ietf.org/doc/html/rfc6749},
}
@misc{yandex-oauth,
title = {OAuth для сервисов Яндекса},
author = {{Яндекс}},
year = {2026},
url = {https://yandex.ru/dev/id/doc/ru/},
}
@misc{nist-aes,
title = {Advanced Encryption Standard (AES)},
author = {{NIST}},
year = {2001},
url = {https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf},
}
@misc{clean-arch,
title = {The Clean Architecture},
author = {Martin, R. C.},
year = {2012},
url = {https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html},
}
@misc{cryptomator-docs,
title = {Cryptomator Documentation},
year = {2026},
url = {https://docs.cryptomator.org/en/latest/},
}
@misc{bitwarden-help,
title = {Bitwarden Help Center},
year = {2026},
url = {https://bitwarden.com/help/},
}
@misc{google-secure-folder,
title = {Use a PIN to lock your Safe folder in Files by Google},
author = {{Google}},
year = {2026},
url = {https://support.google.com/files/answer/9935263},
}
@misc{wallenc-repo,
title = {Исходный код проекта Wallenc},
author = {Пытков, Р. Е.},
year = {2026},
note = {Приватный репозиторий Gitea ЮФУ; доступ для проверки по запросу руководителя ВКР},
}