vote up 1 vote down star
1

I've heard that Japan has a law that stipulates that all pages that contain forms with personal information must be SSL-encrypted.

For example, under this law, a simple contact form with a "name" and "email address" fields would need to be encrypted.

  • Is this true?
  • Does anyone have a link to the details of this law (japanese language is ok)?

I'm trying to find out what information needs to be protected, and what doesn't. thanks.

flag

2 Answers

vote up 4 vote down check

I assume this is in reference to the "Act on the Protection of Personal Information (個人情報保護法令)" law in japan. I'm not a japanese lawyer so I can't tell you either way, but a quick scan doesn't bring up any mention of SSL encryption or html forms.

Article 20 does mention, in typical lawyer speak, that proper security measures must be taken when handling personal information. The explanation (解説) link below is probably where you need to look for actual implementation details.

English:

http://www5.cao.go.jp/seikatsu/kojin/index_en.html

http://www5.cao.go.jp/seikatsu/kojin/foreign/act.pdf

Japanese:

http://www5.cao.go.jp/seikatsu/kojin/houritsu/index.html

Explanation of the law [Japanese]:

http://www5.cao.go.jp/seikatsu/kojin/kaisetsu/index.html

link|flag
Thanks for the links ! – sthg Apr 23 at 7:23
No problem, let us know what you find! – monkut Apr 24 at 1:08
vote up 2 vote down

I live in Japan and am Japanese, but I never recall a time that something like that come up.

The 個人情報保護法令 I know of, but it is limited to personal information as in customer information and other private credentials of that manner(patient info for doctors, address and phone numbers of credit card users, etc). Perhaps it is more strict in text, but in practice I dont see it being inforced on any further levels.

About the methods of how it should be securied, SSL or not I have never heard of any.

Opinion from a local, I hope it helps

link|flag
Thanks for the comment. I've still not heard any confirmation of this either, even after checking with my company's law dept. They figured it really depends on the site's privacy policy, and how much the company wants to protect itself from privacy flaws claims. – sthg Oct 27 at 3:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.