开发者

Naming a service that encrypts data

开发者 https://www.devze.com 2023-03-30 04:31 出处:网络
There is a service contract to take some class object to serialize and encr开发者_开发问答ypt it IService.

There is a service contract to take some class object to serialize and encr开发者_开发问答ypt it IService. What is the best name for the service implementation that does not implement any encryption?

IService
TwofishService
AESService     
RC4Service
...
NoEncryptionService???


I really doubt that matters as much as to have some "convention". NoEncryption sounds good enough.

0

精彩评论

暂无评论...
验证码 换一张
取 消