Files
Wallenc/Report/puml/fig_16_dfd_level0.puml

25 lines
538 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml fig_16_dfd_level0
scale 2
title DFD уровень 0: Wallenc
skinparam defaultFontName "DejaVu Sans"
actor User
rectangle "Процесс 0\nWallenc" as P0 {
usecase "UI" as UI
usecase "Домен" as Dom
usecase "Крипто" as Crypto
usecase "Адаптеры\nхранилищ" as Store
database "Room" as DB
}
cloud Provider
User --> UI : команды,\nфайлы
UI --> Dom
Dom --> Crypto : ключ,\nданные
Dom --> Store
Dom --> DB : метаданные
Store --> Provider : ciphertext
@enduml